============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/3lyk/000fc0/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/3lyk/000fc0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 840874
DEBUG    ya.test:process.py:259 Command (pid 840874) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 840874) elapsed time (sec): 0.6799473762512207
DEBUG    ya.test:process.py:263 Command (pid 840874) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 840874) inblock: 14752
DEBUG    ya.test:process.py:263 Command (pid 840874) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 840874) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 840874) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 840874) maxrss: 639124
DEBUG    ya.test:process.py:263 Command (pid 840874) minflt: 37347
DEBUG    ya.test:process.py:263 Command (pid 840874) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 840874) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 840874) nivcsw: 40
DEBUG    ya.test:process.py:263 Command (pid 840874) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 840874) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 840874) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 840874) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 840874) stime: 0.138181
DEBUG    ya.test:process.py:263 Command (pid 840874) utime: 0.468236
DEBUG    ya.test:process.py:263 Command (pid 840874) wtime: 0.683
DEBUG    ya.test:process.py:275 Command (pid 840874) output:
Git info:
    Commit: 60b33c3d490f6342ebe5f75e79666d50690e988b
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 06f99c91b441b678bd740a879b0909aa713bce45 into 5abeb21beb9c2ce0cdc859429b30d0d0de4fc86d

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

INFO     __tests__.base:base.py:127 Git info:
    Commit: 60b33c3d490f6342ebe5f75e79666d50690e988b
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge 06f99c91b441b678bd740a879b0909aa713bce45 into 5abeb21beb9c2ce0cdc859429b30d0d0de4fc86d

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-kdq5kompc4
    Host information: 
        Linux ghrun-kdq5kompc4 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/3lyk/000fc0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4071
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:397 Working directory: /home/runner/.ya/build/build_root/3lyk/000fc0/r3tmp/kikimr_cluster_ghg_3x2k
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/3lyk/000fc0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10409
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9963
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25659
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24200
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/3lyk/000fc0/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/3lyk/000fc0/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/3lyk/000fc0/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_x8t64w23.log --grpc-port=10409 --mon-port=9963 --ic-port=4071
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:159 Formatting pdisk SectorMap:1:64 on node localhost:10409/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/3lyk/000fc0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/3lyk/000fc0/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/3lyk/000fc0/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_x8t64w23.log', '--grpc-port=10409', '--mon-port=9963', '--ic-port=4071')' in '/home/runner/.ya/build/build_root/3lyk/000fc0/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: 840988
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:10409/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/3lyk/000fc0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/3lyk/000fc0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10409', '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: 4071\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/3lyk/000fc0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10409', '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: 4071\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 842305
DEBUG    ya.test:process.py:259 Command (pid 842305) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 842305) elapsed time (sec): 0.7535357475280762
DEBUG    ya.test:process.py:263 Command (pid 842305) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) maxrss: 725440
DEBUG    ya.test:process.py:263 Command (pid 842305) minflt: 43791
DEBUG    ya.test:process.py:263 Command (pid 842305) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 842305) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 842305) nvcsw: 679
DEBUG    ya.test:process.py:263 Command (pid 842305) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 842305) stime: 0.217892
DEBUG    ya.test:process.py:263 Command (pid 842305) utime: 0.48674799999999996
DEBUG    ya.test:process.py:263 Command (pid 842305) wtime: 0.755
DEBUG    ya.test:process.py:275 Command (pid 842305) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/3lyk/000fc0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/3lyk/000fc0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10409', '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/3lyk/000fc0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:10409', '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: 842448
DEBUG    ya.test:process.py:259 Command (pid 842448) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 842448) elapsed time (sec): 0.6837599277496338
DEBUG    ya.test:process.py:263 Command (pid 842448) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) maxrss: 725440
DEBUG    ya.test:process.py:263 Command (pid 842448) minflt: 43774
DEBUG    ya.test:process.py:263 Command (pid 842448) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) nivcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 842448) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 842448) nvcsw: 660
DEBUG    ya.test:process.py:263 Command (pid 842448) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 842448) stime: 0.224133
DEBUG    ya.test:process.py:263 Command (pid 842448) utime: 0.43418799999999996
DEBUG    ya.test:process.py:263 Command (pid 842448) wtime: 0.686
DEBUG    ya.test:process.py:275 Command (pid 842448) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 842448) 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, 487035ec-9e08-4eb5-b5d7-d7f463159e5e, localhost:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 487035ec-9e08-4eb5-b5d7-d7f463159e5e, localhost:10409): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 487035ec-9e08-4eb5-b5d7-d7f463159e5e, localhost:10409): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kdq5kompc4.auto.internal" port: 10409 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-kdq5kompc4.auto.internal:10409, 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:10409
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26484
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/3lyk/000fc0/contrib/python/moto/bin/moto_server
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26484
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=26484): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000bc7430>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26484
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=26484): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000bbe070>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26484
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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 0x50e0005ff350>
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 0x50e0006ca350>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x50e00149bff0>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x50e0006ca190>
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 0x50e0005ff350>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x50e0006ca350>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x50e00149bff0>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x50e0006ca190>
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 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cbaab0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/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 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
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:26484/cold', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000cd4070>, '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 0x504000cd40f0>>
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 0x504000cd8d30>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold

host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141944Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141944Z
20251014/us-east-1/s3/aws4_request
e023df8438832820855b94cfe25c987688edfc90bc1cc1627783c63a92e66d9f
DEBUG    botocore.auth:auth.py:430 Signature:
ff90c5d5b7f428e07008b9e80a1c4a0c16ad9073fd0f8e69aceefc82366d9f76
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:26484/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'20251014T141944Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ff90c5d5b7f428e07008b9e80a1c4a0c16ad9073fd0f8e69aceefc82366d9f76', 'amz-sdk-invocation-id': b'aced697b-74cc-4f08-88d6-d787f56b97a8', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26484
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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, 14 Oct 2025 14:19:44 GMT', 'x-amzn-requestid': 'n1YOdXNqCKG4vheEGyvOLaLOuDjiQwTQ69oF3AN6x0c2JNods4ph', '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 0x504000cbc330>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cbaab0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/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 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
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:26484/frozen', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000cd4070>, '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 0x504000cd40f0>>
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 0x504000cd8d30>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen

host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141945Z
20251014/us-east-1/s3/aws4_request
fdd6fafbe5f7ceb3c56efaf006c1a0a42fd3018835d6a7dfc98410e4fef6d7e7
DEBUG    botocore.auth:auth.py:430 Signature:
cfc31ad21c2a7523203ee904094e846d6ec1d42db388a4e1f3a396d4c829df5f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:26484/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'20251014T141945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cfc31ad21c2a7523203ee904094e846d6ec1d42db388a4e1f3a396d4c829df5f', 'amz-sdk-invocation-id': b'e1e052c6-8603-42c6-90c9-67ee78618db7', '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:26484 "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, 14 Oct 2025 14:19:45 GMT', 'x-amzn-requestid': 'N7WYIFmUec2531XfEIzgvNkZNaJBRwUBe9jV3SmNHbSDryRlzH3u', '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 0x504000cbc330>
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 0x504000cbaab0>>
------------------------------ 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 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cbaab0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "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 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
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:26484/cold_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000cd4070>, '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 0x504000cd40f0>>
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 0x504000cd8d30>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold_uc

host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141945Z
20251014/us-east-1/s3/aws4_request
6678ace86cc2f661ce88003e72634955e858406c65251cb8ad1b9d071b515c4b
DEBUG    botocore.auth:auth.py:430 Signature:
14b0e73c62ef30001af6a2085e59eaa551b67a47146245b8df314b9071c835ea
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:26484/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'20251014T141945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=14b0e73c62ef30001af6a2085e59eaa551b67a47146245b8df314b9071c835ea', 'amz-sdk-invocation-id': b'201c30b7-9d9b-4d8d-a35b-a85684d9e8b5', '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:26484 "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, 14 Oct 2025 14:19:45 GMT', 'x-amzn-requestid': 'yaGGoEtLAIPOcWTJgfgkG70ohqd2LaFfjCGwa3UTrVzl5zOaQGKH', '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 0x504000cbc330>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cbaab0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "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 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
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:26484/frozen_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000cd4070>, '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 0x504000cd40f0>>
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 0x504000cd8d30>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen_uc

host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141945Z
20251014/us-east-1/s3/aws4_request
fd4390cef2ed392df0a38d1ab18c5a43af1dc1f64b5c6d689cd2548725cc6994
DEBUG    botocore.auth:auth.py:430 Signature:
eb0fbea15fbb0a89ae564bc81f146034fb5a6d0815ef27d82b48084397506c8e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:26484/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'20251014T141945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eb0fbea15fbb0a89ae564bc81f146034fb5a6d0815ef27d82b48084397506c8e', 'amz-sdk-invocation-id': b'c4e23a4e-9d54-42c5-9529-7bd6aaaa6255', '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:26484 "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, 14 Oct 2025 14:19:45 GMT', 'x-amzn-requestid': '5wOGFBq3oLEdqYHJ6L0id0rbx8Jm0k1tj1jJkKn91uDsNbuGUt7I', '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 0x504000cbc330>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
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 0x504000cbaab0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cbaab0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "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 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
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:26484/medium', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000cd4070>, '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 0x504000cd40f0>>
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 0x504000cd8d30>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/medium

host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141945Z
20251014/us-east-1/s3/aws4_request
84f10cd96cc228a34914802e81e8a4bbcf79a88cb02f8ae1b914d9346c02cfbd
DEBUG    botocore.auth:auth.py:430 Signature:
f39eca61b9b9628ccb94767f43f1da58d4957bed8406224b50b12c5f5f3c00f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:26484/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'20251014T141945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f39eca61b9b9628ccb94767f43f1da58d4957bed8406224b50b12c5f5f3c00f4', 'amz-sdk-invocation-id': b'a9dd0c4e-d659-4708-a987-30585f06e41d', '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:26484 "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, 14 Oct 2025 14:19:45 GMT', 'x-amzn-requestid': 'zENloow33YA0qFDcFDiJODmbghjYzUg7zirMPrUTL6VeieQip8Xn', '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 0x504000cbc330>
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 0x504000cbaab0>>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
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 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141945Z
20251014/us-east-1/s3/aws4_request
a523ff148628f6ecc56c69f9a5bdc43d9a244c5ec1cdea94926400985d9d8980
DEBUG    botocore.auth:auth.py:430 Signature:
fb240b4dc29a789d976cfc60939e4d73ef0727bed809a4c337a10915cabc149c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T141945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fb240b4dc29a789d976cfc60939e4d73ef0727bed809a4c337a10915cabc149c', 'amz-sdk-invocation-id': b'901bba07-7593-4e53-9c50-3cd2985b06d2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:26484
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:19:45 GMT', 'x-amzn-requestid': 'ql1tj2YhJiyEg5n9bKXJNbpxMi1zoFp5z7SIZIV5SujjPKKiaIkf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141945Z
20251014/us-east-1/s3/aws4_request
586fb5dfa6b4a00d721bf9ac613d8418b1f8555fab0d0dc4268d431d805dd089
DEBUG    botocore.auth:auth.py:430 Signature:
c3d56d16a4317d3870d51960be66179e1296805861c0db2cc72feccdb95ff16b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T141945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c3d56d16a4317d3870d51960be66179e1296805861c0db2cc72feccdb95ff16b', 'amz-sdk-invocation-id': b'0d3be34e-122d-4b26-90e9-41c87d5102f3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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, 14 Oct 2025 14:19:45 GMT', 'x-amzn-requestid': 'nuvIbxj9gvZIChCHqWEsZc6mqbNpns4SeN0pPxXH1d0iHIAuV5pG', '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 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T141945Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T141945Z
20251014/us-east-1/s3/aws4_request
88a6e59ebd67973c501b018875463817bc63c6af6fef5fe8e3e622ef3b0a5659
DEBUG    botocore.auth:auth.py:430 Signature:
892f1a47d6ff878443a28747dac3f4e0c1660e3571c6ac9150c8e88c9df6a572
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T141945Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=892f1a47d6ff878443a28747dac3f4e0c1660e3571c6ac9150c8e88c9df6a572', 'amz-sdk-invocation-id': b'207d6d9b-a1fa-47cc-b8e4-9ffb3af96d57', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:19:45 GMT', 'x-amzn-requestid': 'OMg6QWOi05oBduE7x6XIPdp54VnFM3OWSGQ9eJ6v9vHKb6hiFZJP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
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, aed3b973-b3c8-43a3-b341-612536b97a3f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, aed3b973-b3c8-43a3-b341-612536b97a3f, ghrun-kdq5kompc4.auto.internal:10409): request = {  }
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, aed3b973-b3c8-43a3-b341-612536b97a3f, ghrun-kdq5kompc4.auto.internal:10409): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:375 RpcState(AttachSession, 3df253ae-9806-4088-9e38-605bc8ee81be, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(AttachSession, 3df253ae-9806-4088-9e38-605bc8ee81be, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" }
DEBUG    ydb.connection:connection.py:51 RpcState(AttachSession, 3df253ae-9806-4088-9e38-605bc8ee81be, ghrun-kdq5kompc4.auto.internal:10409): 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=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 75fd3281-d7ae-40c0-8b63-5eb01f09b5a4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 75fd3281-d7ae-40c0-8b63-5eb01f09b5a4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 75fd3281-d7ae-40c0-8b63-5eb01f09b5a4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 477588a0-e7e7-45ad-8536-bf8373ee6ac0, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 477588a0-e7e7-45ad-8536-bf8373ee6ac0, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 477588a0-e7e7-45ad-8536-bf8373ee6ac0, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
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=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b75c0db4-4f17-4955-9426-e66cef69ecf2, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b75c0db4-4f17-4955-9426-e66cef69ecf2, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, b75c0db4-4f17-4955-9426-e66cef69ecf2, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0164be3c-ea83-4a64-b013-d9fb8b6cb484, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0164be3c-ea83-4a64-b013-d9fb8b6cb484, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 0164be3c-ea83-4a64-b013-d9fb8b6cb484, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, de153487-c445-4197-8a96-7acc82080a85, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, de153487-c445-4197-8a96-7acc82080a85, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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:26484/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, de153487-c445-4197-8a96-7acc82080a85, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c7b18159-7f49-4184-971c-dd1113e1862b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c7b18159-7f49-4184-971c-dd1113e1862b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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:26484/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, c7b18159-7f49-4184-971c-dd1113e1862b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a3bbdbdf-8c7d-4ecd-b70e-5b20390f0653, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a3bbdbdf-8c7d-4ecd-b70e-5b20390f0653, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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:26484/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, a3bbdbdf-8c7d-4ecd-b70e-5b20390f0653, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 78f0babd-8e0e-4dd4-a7c3-b8a5beffe3c8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 78f0babd-8e0e-4dd4-a7c3-b8a5beffe3c8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 78f0babd-8e0e-4dd4-a7c3-b8a5beffe3c8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 326e0e9c-8997-40d3-aa6e-c40071d957b5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 326e0e9c-8997-40d3-aa6e-c40071d957b5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 326e0e9c-8997-40d3-aa6e-c40071d957b5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4a485cc4-2782-43e4-9d97-1b0a7128696a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4a485cc4-2782-43e4-9d97-1b0a7128696a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4a485cc4-2782-43e4-9d97-1b0a7128696a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 59fb8c4e-d4ca-4b82-8221-6219dd49ae61, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 59fb8c4e-d4ca-4b82-8221-6219dd49ae61, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 59fb8c4e-d4ca-4b82-8221-6219dd49ae61, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
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': 445776, 'BlobCount': 192}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0cf23d3e-2644-4921-b465-eb54a7f055de, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0cf23d3e-2644-4921-b465-eb54a7f055de, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 0cf23d3e-2644-4921-b465-eb54a7f055de, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cf32129c-de0d-40a3-b11c-76c704eeba0c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cf32129c-de0d-40a3-b11c-76c704eeba0c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, cf32129c-de0d-40a3-b11c-76c704eeba0c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4c01abe4-6971-4d02-8f6d-ea5e56a1a4ef, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4c01abe4-6971-4d02-8f6d-ea5e56a1a4ef, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4c01abe4-6971-4d02-8f6d-ea5e56a1a4ef, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fcb71536-a39b-4100-88e0-44a687f28381, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fcb71536-a39b-4100-88e0-44a687f28381, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fcb71536-a39b-4100-88e0-44a687f28381, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
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': 891704, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 23991eee-5acd-4eaf-b1b1-2a9111f67f2c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 23991eee-5acd-4eaf-b1b1-2a9111f67f2c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 23991eee-5acd-4eaf-b1b1-2a9111f67f2c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3bfeffb9-7698-49d1-b89c-619d2d2fee9a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3bfeffb9-7698-49d1-b89c-619d2d2fee9a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 3bfeffb9-7698-49d1-b89c-619d2d2fee9a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 003a1442-2a11-4c08-83f5-fde195a8edef, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 003a1442-2a11-4c08-83f5-fde195a8edef, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 003a1442-2a11-4c08-83f5-fde195a8edef, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9a6b5417-661d-4390-adb2-fd3bbf0a2679, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9a6b5417-661d-4390-adb2-fd3bbf0a2679, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9a6b5417-661d-4390-adb2-fd3bbf0a2679, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 30000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 30311, 'Portions': 171, 'ActivePortions': 169}}, blobs: {'__DEFAULT': {'Portions': 173, 'BlobSize': 1424248, 'BlobCount': 645}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2df5a7f1-c618-463b-b4bc-f83d45f0fb80, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2df5a7f1-c618-463b-b4bc-f83d45f0fb80, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 2df5a7f1-c618-463b-b4bc-f83d45f0fb80, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b6cf7ca6-7434-438a-a0ef-ca6c7f4262ce, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b6cf7ca6-7434-438a-a0ef-ca6c7f4262ce, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, b6cf7ca6-7434-438a-a0ef-ca6c7f4262ce, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 929bc1ec-a90b-4c6a-9435-b52da665bd2f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 929bc1ec-a90b-4c6a-9435-b52da665bd2f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 929bc1ec-a90b-4c6a-9435-b52da665bd2f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 12bc87f7-ba7e-4e1f-beb4-5cf32f286de0, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 12bc87f7-ba7e-4e1f-beb4-5cf32f286de0, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 12bc87f7-ba7e-4e1f-beb4-5cf32f286de0, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
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': 1876432, 'BlobCount': 839}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 500e59b0-1a21-47df-be0d-238b608ca29b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 500e59b0-1a21-47df-be0d-238b608ca29b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 500e59b0-1a21-47df-be0d-238b608ca29b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9f0d0241-26fb-4586-af8d-3dc09dd8d905, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9f0d0241-26fb-4586-af8d-3dc09dd8d905, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 9f0d0241-26fb-4586-af8d-3dc09dd8d905, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aac6325e-5282-421f-84cb-1439e76010dc, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aac6325e-5282-421f-84cb-1439e76010dc, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aac6325e-5282-421f-84cb-1439e76010dc, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7c7574e6-80ec-4b68-84c4-e276e6916d03, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7c7574e6-80ec-4b68-84c4-e276e6916d03, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7c7574e6-80ec-4b68-84c4-e276e6916d03, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 50000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 50000, 'Portions': 240, 'ActivePortions': 240}}, blobs: {'__DEFAULT': {'Portions': 235, 'BlobSize': 2330912, 'BlobCount': 995}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fffafe4b-c7e1-49a1-9f80-7c6896c98bd3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fffafe4b-c7e1-49a1-9f80-7c6896c98bd3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, fffafe4b-c7e1-49a1-9f80-7c6896c98bd3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 14a3bf2d-0b81-4dc6-b3cb-79276b6828f1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 14a3bf2d-0b81-4dc6-b3cb-79276b6828f1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 14a3bf2d-0b81-4dc6-b3cb-79276b6828f1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 974a89ff-b52d-4607-a799-8b4d76593b93, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 974a89ff-b52d-4607-a799-8b4d76593b93, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 974a89ff-b52d-4607-a799-8b4d76593b93, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 481984ac-1b82-431d-b68c-6cad5c339e1e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 481984ac-1b82-431d-b68c-6cad5c339e1e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 481984ac-1b82-431d-b68c-6cad5c339e1e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 60000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 60794, 'Portions': 249, 'ActivePortions': 247}}, blobs: {'__DEFAULT': {'Portions': 247, 'BlobSize': 2799752, 'BlobCount': 1107}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0a825407-b9a9-4ac7-8d76-f18786deb626, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0a825407-b9a9-4ac7-8d76-f18786deb626, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 0a825407-b9a9-4ac7-8d76-f18786deb626, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fdad31b1-dfcb-4b58-b6f7-574818a455ed, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fdad31b1-dfcb-4b58-b6f7-574818a455ed, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, fdad31b1-dfcb-4b58-b6f7-574818a455ed, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 34a844a3-03eb-4ed6-b3ff-4f9e9620f102, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 34a844a3-03eb-4ed6-b3ff-4f9e9620f102, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 34a844a3-03eb-4ed6-b3ff-4f9e9620f102, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4a5d166e-f66e-4033-9a64-57d7f03b0f0c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4a5d166e-f66e-4033-9a64-57d7f03b0f0c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4a5d166e-f66e-4033-9a64-57d7f03b0f0c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 70000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 70000, 'Portions': 256, 'ActivePortions': 256}}, blobs: {'__DEFAULT': {'Portions': 258, 'BlobSize': 3388848, 'BlobCount': 1174}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8a1e048d-20a1-49bd-a3cd-f0c0e68f82fe, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8a1e048d-20a1-49bd-a3cd-f0c0e68f82fe, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 8a1e048d-20a1-49bd-a3cd-f0c0e68f82fe, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6deb6640-6420-4a10-94a0-183780a02750, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6deb6640-6420-4a10-94a0-183780a02750, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 6deb6640-6420-4a10-94a0-183780a02750, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5638ffcb-9f96-49fb-85fc-7b5001165aac, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5638ffcb-9f96-49fb-85fc-7b5001165aac, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5638ffcb-9f96-49fb-85fc-7b5001165aac, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e5ea20b9-bca0-4ab5-9464-9d3b11530541, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e5ea20b9-bca0-4ab5-9464-9d3b11530541, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e5ea20b9-bca0-4ab5-9464-9d3b11530541, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 80000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 80000, 'Portions': 304, 'ActivePortions': 304}}, blobs: {'__DEFAULT': {'Portions': 301, 'BlobSize': 3737848, 'BlobCount': 1313}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f2a3f381-a30a-4e0d-b8e9-eb7cfc74c18b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f2a3f381-a30a-4e0d-b8e9-eb7cfc74c18b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, f2a3f381-a30a-4e0d-b8e9-eb7cfc74c18b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8983497a-79fd-4fb0-b7b3-b640c080478e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8983497a-79fd-4fb0-b7b3-b640c080478e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 8983497a-79fd-4fb0-b7b3-b640c080478e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1c16aeaa-9548-496c-bf4e-85e5c62c7b44, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1c16aeaa-9548-496c-bf4e-85e5c62c7b44, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1c16aeaa-9548-496c-bf4e-85e5c62c7b44, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f1f5d715-128c-4809-b786-835d557db1f6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f1f5d715-128c-4809-b786-835d557db1f6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f1f5d715-128c-4809-b786-835d557db1f6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 90000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 90000, 'Portions': 317, 'ActivePortions': 315}}, blobs: {'__DEFAULT': {'Portions': 316, 'BlobSize': 4148976, 'BlobCount': 1420}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 959041ff-ba44-4a91-b396-151d6d66a4b7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 959041ff-ba44-4a91-b396-151d6d66a4b7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 959041ff-ba44-4a91-b396-151d6d66a4b7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d822708b-3bf2-46aa-a0d9-0836246edf69, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d822708b-3bf2-46aa-a0d9-0836246edf69, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, d822708b-3bf2-46aa-a0d9-0836246edf69, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b2c6ed22-6f6a-4e29-b4e0-5fceb34b643d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b2c6ed22-6f6a-4e29-b4e0-5fceb34b643d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b2c6ed22-6f6a-4e29-b4e0-5fceb34b643d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0c504410-af77-4186-982b-9bef8a00e720, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0c504410-af77-4186-982b-9bef8a00e720, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0c504410-af77-4186-982b-9bef8a00e720, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 100000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 101392, 'Portions': 334, 'ActivePortions': 332}}, blobs: {'__DEFAULT': {'Portions': 333, 'BlobSize': 4655384, 'BlobCount': 1505}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f38e2602-6f22-4712-acca-91de3fcac49f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f38e2602-6f22-4712-acca-91de3fcac49f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, f38e2602-6f22-4712-acca-91de3fcac49f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:151 Rows older than 1000 days: 65024
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a6af905e-2e0e-4b53-8526-f77db332f1ef, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a6af905e-2e0e-4b53-8526-f77db332f1ef, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, a6af905e-2e0e-4b53-8526-f77db332f1ef, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:152 Rows older than 3000 days: 37676
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a9c52808-d974-4003-80cb-8a1b23a683fc, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a9c52808-d974-4003-80cb-8a1b23a683fc, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a9c52808-d974-4003-80cb-8a1b23a683fc, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9db27ad5-6751-4a0a-a591-b13e8ea2e5ad, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9db27ad5-6751-4a0a-a591-b13e8ea2e5ad, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9db27ad5-6751-4a0a-a591-b13e8ea2e5ad, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:35 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 287, 'ActivePortions': 287}}, blobs: {'__DEFAULT': {'Portions': 287, 'BlobSize': 4588112, 'BlobCount': 1381}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9c6e34e7-ed33-4878-ad15-f47ac53ee9cc, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9c6e34e7-ed33-4878-ad15-f47ac53ee9cc, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 9c6e34e7-ed33-4878-ad15-f47ac53ee9cc, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
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=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 827ac3cd-3b2d-4ab9-96f6-dcebbfe05f70, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 827ac3cd-3b2d-4ab9-96f6-dcebbfe05f70, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 827ac3cd-3b2d-4ab9-96f6-dcebbfe05f70, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:172 TTL set in 3.6193501949310303 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 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142040Z
20251014/us-east-1/s3/aws4_request
9e40d4e13e75395d78e6a8837dbacfe57be93e92b8045bcda4b05965ff34bed7
DEBUG    botocore.auth:auth.py:430 Signature:
40cd309c91651e993e849c330368cb90114d777aa04a575c7750296c29f6d833
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=40cd309c91651e993e849c330368cb90114d777aa04a575c7750296c29f6d833', 'amz-sdk-invocation-id': b'9dfb4856-9e2c-4268-a368-41a92c6032ef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:20:40 GMT', 'x-amzn-requestid': 'vpBxKrJp0lXNbfSloBpGnhTRcm7RGcCkO3AFZYpBn3wCv52tMefo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142040Z
20251014/us-east-1/s3/aws4_request
a34f7cb6b08fe4e9932f55fba12be7e46332eea25e5b057da5a2a340501f8d32
DEBUG    botocore.auth:auth.py:430 Signature:
ee7a1bf1d2411bd2cdd52946ae6c64abaf63c0173834d25baee3a3b7ecc8aece
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee7a1bf1d2411bd2cdd52946ae6c64abaf63c0173834d25baee3a3b7ecc8aece', 'amz-sdk-invocation-id': b'a47ec442-5304-476d-8e50-fd87f7b59cd6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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, 14 Oct 2025 14:20:40 GMT', 'x-amzn-requestid': 'BCroPLtG4qlWPoLStCtLVxRxz6pEBHf9E1NDhOTS7oQsqDYL6W6K', '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 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142040Z
20251014/us-east-1/s3/aws4_request
323cc869f327e4b502cb85c0492ec84ffb749b3b83028b0a92691a4b5fefa7bc
DEBUG    botocore.auth:auth.py:430 Signature:
0f6a1e74117263a06413708ed0b4ce558d37712cd500b94b6af92f47d9aa181d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0f6a1e74117263a06413708ed0b4ce558d37712cd500b94b6af92f47d9aa181d', 'amz-sdk-invocation-id': b'd483c235-22da-4b3c-b5de-53a16e4df124', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:20:40 GMT', 'x-amzn-requestid': 'JYJWO2RtNxT1T6m2xQWD3q6gqBOQ6fPwZNjChZKQZzFCMqoBtL1y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 756ea390-20e2-40f5-a48e-b6f5a8a28425, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 756ea390-20e2-40f5-a48e-b6f5a8a28425, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 756ea390-20e2-40f5-a48e-b6f5a8a28425, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d4321632-0fef-4a08-8440-81dc9e2ea43d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d4321632-0fef-4a08-8440-81dc9e2ea43d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d4321632-0fef-4a08-8440-81dc9e2ea43d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 287, 'ActivePortions': 287}}, blobs: {'__DEFAULT': {'Portions': 287, 'BlobSize': 4588112, 'BlobCount': 1381}}, cold bucket stat: (0, 0), frozen bucket stat: (0, 0)
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
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    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 504f9e21-1c9b-46a2-b890-3804cd3c6b40, localhost:10409): creating call state
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 504f9e21-1c9b-46a2-b890-3804cd3c6b40, localhost:10409): request = { database: "/Root" }
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142041Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142041Z
20251014/us-east-1/s3/aws4_request
8d124714d71a0a2c148df4d3154f41d57e73fc0180ddc987dc1b79304ba680f4
DEBUG    botocore.auth:auth.py:430 Signature:
5c52c99d0f567b1c002177d70323b44603da6ee615aebe29208a7dee4be62be6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142041Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c52c99d0f567b1c002177d70323b44603da6ee615aebe29208a7dee4be62be6', 'amz-sdk-invocation-id': b'a4386100-5e3d-4aff-b615-e16de65382fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 504f9e21-1c9b-46a2-b890-3804cd3c6b40, localhost:10409): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kdq5kompc4.auto.internal" port: 10409 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    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-kdq5kompc4.auto.internal:10409, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:10409
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:20:41 GMT', 'x-amzn-requestid': 'UDkzU0KaJBNj7AuFeuPL1jES2tOYbh74JkO8jOyrn4m7XGbAUQVG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142041Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142041Z
20251014/us-east-1/s3/aws4_request
f0641a5bb43e11b1591297f2f091f2476be89c41505948b19089cb04f067bee1
DEBUG    botocore.auth:auth.py:430 Signature:
a93c95b30290692a04db5283d41892090beb21ff65aed72d321adbe80c541396
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142041Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a93c95b30290692a04db5283d41892090beb21ff65aed72d321adbe80c541396', 'amz-sdk-invocation-id': b'cf61a811-c774-47ae-9c33-3798af2c8d71', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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, 14 Oct 2025 14:20:42 GMT', 'x-amzn-requestid': 'NSnUY2Nm2XZdXrA8vrTiau8XQMbwrNnreU9JzC7kUiAXEu4Vlo20', '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 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142042Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142042Z
20251014/us-east-1/s3/aws4_request
9d9e03aeadc9fb92710eb56e2d14fc8b502fef7d8a75f1788022745a8d6dc00a
DEBUG    botocore.auth:auth.py:430 Signature:
8708ee10a9c71332f1c33ee214d668b13f6428058300b6f76c201e52be388d25
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142042Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8708ee10a9c71332f1c33ee214d668b13f6428058300b6f76c201e52be388d25', 'amz-sdk-invocation-id': b'4646608e-5788-4794-a78e-9e9a41b2e14c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:20:42 GMT', 'x-amzn-requestid': 'GKanr96EPd7oSpVYkdTJYdSqAdvFVBxPK8WSSaQvlwZpb31K8ChZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a50268d9-b00d-4ae1-9b82-d809f1ccba54, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a50268d9-b00d-4ae1-9b82-d809f1ccba54, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a50268d9-b00d-4ae1-9b82-d809f1ccba54, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 46387ce8-a52b-44a6-b88f-3ab4fc5a4e9e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 46387ce8-a52b-44a6-b88f-3ab4fc5a4e9e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 46387ce8-a52b-44a6-b88f-3ab4fc5a4e9e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 287, 'ActivePortions': 287}}, blobs: {'__DEFAULT': {'Portions': 287, 'BlobSize': 4588112, 'BlobCount': 1381}}, 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 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142043Z
20251014/us-east-1/s3/aws4_request
cfd0196c4899f818e5919d3025e54b02a46db56458a7acfde01749cc5fa3ce8b
DEBUG    botocore.auth:auth.py:430 Signature:
00599b69bc406119ef77f7975727306d958a11f46024f0de16f40a23062f2a61
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=00599b69bc406119ef77f7975727306d958a11f46024f0de16f40a23062f2a61', 'amz-sdk-invocation-id': b'48a5a293-f77a-4fe8-99e0-566886beaef3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:20:43 GMT', 'x-amzn-requestid': '8DtaPgAu2HLMfO4HNwDcc8gnT4Fwm9deUNpcvi5bF2RRZvwxFdGR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142043Z
20251014/us-east-1/s3/aws4_request
34017a538aa623504253148fde98a5b36b1dc2643651c48bc15e9a2506c2e176
DEBUG    botocore.auth:auth.py:430 Signature:
8b064167b372b782c7e4ede4a30e4a24729e5bad2c8eec8ff622f298e98126c2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8b064167b372b782c7e4ede4a30e4a24729e5bad2c8eec8ff622f298e98126c2', 'amz-sdk-invocation-id': b'1c1711d0-94ff-40df-bf60-29e273d03430', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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, 14 Oct 2025 14:20:43 GMT', 'x-amzn-requestid': '0UEM1trT88HCBziEXYJhUwLC9U2saaq0vhX3INwpy2rHhkAl93qX', '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 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142043Z
20251014/us-east-1/s3/aws4_request
eda88b0fe75fe14166d9ea72311b3bca4ed3ffb510d17d19b4f22951ef812f0c
DEBUG    botocore.auth:auth.py:430 Signature:
1845850dce16797ac875dbd4f2cb763342057c1675926634bc1f7cd857b83a79
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1845850dce16797ac875dbd4f2cb763342057c1675926634bc1f7cd857b83a79', 'amz-sdk-invocation-id': b'486f2afc-08c2-4028-a0f9-d34d5f2f2615', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:20:43 GMT', 'x-amzn-requestid': 'Rc1dXNlb3ZUyyY6JsU6j3ooj2o5E1xEFgkynTI3ovVz1qM2djGH8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c11c090e-10cb-4518-9ba7-5cef93a93c71, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c11c090e-10cb-4518-9ba7-5cef93a93c71, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c11c090e-10cb-4518-9ba7-5cef93a93c71, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a53107b4-8ca9-4721-9442-2c4d1105faf6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a53107b4-8ca9-4721-9442-2c4d1105faf6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a53107b4-8ca9-4721-9442-2c4d1105faf6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 287, 'ActivePortions': 287}}, blobs: {'__DEFAULT': {'Portions': 287, 'BlobSize': 4588112, 'BlobCount': 1381}}, 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 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142045Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142045Z
20251014/us-east-1/s3/aws4_request
961c9ecec3da3b108092d169477e14a26011539079be3adce11a55e01b32dd6b
DEBUG    botocore.auth:auth.py:430 Signature:
5d2093196e41b6c10b601558923680f383f015892181da40146c29163427b88a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142045Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5d2093196e41b6c10b601558923680f383f015892181da40146c29163427b88a', 'amz-sdk-invocation-id': b'9643137b-a1b8-48f0-90f3-a59c363eb7a5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:20:45 GMT', 'x-amzn-requestid': 'QqLwY36irsQkJUqos8wQKeknqfEi3Q2B6QpNGThSrDsFnBNi32sM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142045Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142045Z
20251014/us-east-1/s3/aws4_request
c968545ac5f2bc803cdf4bc95c9631475ab3cb47e80572930485c563d885d644
DEBUG    botocore.auth:auth.py:430 Signature:
cdd4cc6d31a244dc42460481344f5ca21fbe99905df95dacacd41a3180c01b43
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142045Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cdd4cc6d31a244dc42460481344f5ca21fbe99905df95dacacd41a3180c01b43', 'amz-sdk-invocation-id': b'f5732449-3558-4dd1-9e07-83af342b4736', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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, 14 Oct 2025 14:20:45 GMT', 'x-amzn-requestid': 'R6oN3rRrhftnjtb4a7egNqZwC8mFNFmk7c607P4mVPGZcQq17sFe', '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 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142045Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142045Z
20251014/us-east-1/s3/aws4_request
9a906ac1ee1000a3eeb82ef6998bfab17c6110f71e7cb50dc24b9dad8ed26198
DEBUG    botocore.auth:auth.py:430 Signature:
2fe436110266d3b49f041135e36fbf812955252f1f9ee5ef923a3120c90960bf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142045Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2fe436110266d3b49f041135e36fbf812955252f1f9ee5ef923a3120c90960bf', 'amz-sdk-invocation-id': b'5c8c4715-e1c4-40d5-a670-fb9b30dde008', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:20:45 GMT', 'x-amzn-requestid': 'kScGQVJu08xEepyOh0DtVkhLnZtVnyL71BXbz956JOkmYbJB4YnC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0069f1cf-b0c8-4370-bb0d-5a851dd823de, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0069f1cf-b0c8-4370-bb0d-5a851dd823de, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0069f1cf-b0c8-4370-bb0d-5a851dd823de, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b2c4815c-383c-48e9-b2a9-845148fa7fca, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b2c4815c-383c-48e9-b2a9-845148fa7fca, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b2c4815c-383c-48e9-b2a9-845148fa7fca, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 287, 'ActivePortions': 287}}, blobs: {'__DEFAULT': {'Portions': 287, 'BlobSize': 4588112, 'BlobCount': 1381}}, 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 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142047Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142047Z
20251014/us-east-1/s3/aws4_request
f4685e6375fd8334dfeb9d18d66ef48c09513552cdfa84de4ad4617b55af054b
DEBUG    botocore.auth:auth.py:430 Signature:
f0c6b5c264aa7163183d62d2628eca327fd57ef8a866636da799e3103c482175
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142047Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0c6b5c264aa7163183d62d2628eca327fd57ef8a866636da799e3103c482175', 'amz-sdk-invocation-id': b'41321b59-2397-43af-9493-6da3a6271a4d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:20:47 GMT', 'x-amzn-requestid': 'IXFNHmFdUYP1sB1oVzjEiziuG2QkIa26VbdNfM5bFxlugDB9wvO8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142047Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142047Z
20251014/us-east-1/s3/aws4_request
44735f02581cfeeef831e7293c03eff076e5a482ca4187d68e67b7bc5b2dad0a
DEBUG    botocore.auth:auth.py:430 Signature:
58e67da82c3ef4ee6bac8401de76fef6df1ec14df3b05a398ee4610c72cc788f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142047Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=58e67da82c3ef4ee6bac8401de76fef6df1ec14df3b05a398ee4610c72cc788f', 'amz-sdk-invocation-id': b'8d72c9eb-6b1f-443e-8ca3-3db9f5e1aaef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "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, 14 Oct 2025 14:20:47 GMT', 'x-amzn-requestid': 'xJTZSxbI7IiMLSTG42pPHSi6qjp7XvukuPDP7fFlZIqYapLNPyM9', '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 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142047Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142047Z
20251014/us-east-1/s3/aws4_request
9d667e83a350f99baa013c3c78d6e4725d2868361ad09ef3a55b4de0b5568fb3
DEBUG    botocore.auth:auth.py:430 Signature:
d593e2a3632ae182c9c003b6d42d0d080dec7f8bdbbc014e73fb77ccca4ed515
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142047Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d593e2a3632ae182c9c003b6d42d0d080dec7f8bdbbc014e73fb77ccca4ed515', 'amz-sdk-invocation-id': b'6891ab9c-5380-4e24-9086-fba4e19ce049', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:20:47 GMT', 'x-amzn-requestid': '7AFhbKeeKPmB1SQFogKPA5ER2XixxRj7BZB1WNHmaBP9eSU9pMMi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7a8304e1-0e28-4f1f-bac1-03c2a5702db8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7a8304e1-0e28-4f1f-bac1-03c2a5702db8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7a8304e1-0e28-4f1f-bac1-03c2a5702db8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c4c4a86c-c995-4423-a3af-706644190c7a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c4c4a86c-c995-4423-a3af-706644190c7a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c4c4a86c-c995-4423-a3af-706644190c7a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 287, 'ActivePortions': 287}}, blobs: {'__DEFAULT': {'Portions': 287, 'BlobSize': 4588112, 'BlobCount': 1381}}, 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 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142049Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142049Z
20251014/us-east-1/s3/aws4_request
1d9bae02f7bdf6e8b7ceb35af2d1c488e29b598538ccd92fdf8d6ab7cf6b00f6
DEBUG    botocore.auth:auth.py:430 Signature:
c31cdda932c96b545012d5c7658502da9ff6f7086d0670eb5e65eb7953bb3634
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142049Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c31cdda932c96b545012d5c7658502da9ff6f7086d0670eb5e65eb7953bb3634', 'amz-sdk-invocation-id': b'859fa990-8e30-44f9-a34f-8a87e381057f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:20:49 GMT', 'x-amzn-requestid': 'klyX6aUv7pQ1Hd6gT8xAkItZGkcalc84DXIDQiSHhPgrlMme174R', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142049Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142049Z
20251014/us-east-1/s3/aws4_request
36d75706154714a6d3369906f91a6fbc292ed3177cddc4e55629a25b8e783b57
DEBUG    botocore.auth:auth.py:430 Signature:
575b11579975ab354e1b9e1bb3692fdef0393c6c33e752468f07dfb857b0e4fa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142049Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=575b11579975ab354e1b9e1bb3692fdef0393c6c33e752468f07dfb857b0e4fa', 'amz-sdk-invocation-id': b'06117a83-5a4f-4dd7-b5c2-6f95a4c421b7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 53224
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:20:49 GMT', 'x-amzn-requestid': '56k72JFPbPUOv9PKhO2FbEWJRuQ2gqiztzc9rVc7W7rPUwlu989z', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '53224', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142050Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142050Z
20251014/us-east-1/s3/aws4_request
d0a78aa33a19192d59cfd650b7463ad1d351f334fa9d39bdda4af00463a570d1
DEBUG    botocore.auth:auth.py:430 Signature:
9656130046ed7640667b885701ee68dfac9152092c390247a8000dafd14a186f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142050Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9656130046ed7640667b885701ee68dfac9152092c390247a8000dafd14a186f', 'amz-sdk-invocation-id': b'7979db89-49f2-4121-acd5-547d56063b85', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:20:50 GMT', 'x-amzn-requestid': 'pr19B34yLKYJiIK44SC5FEIioIoEud5kz08QDgckqAYEB61iLCTu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4b4bb147-15e3-4502-b085-a5696e6efbc1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4b4bb147-15e3-4502-b085-a5696e6efbc1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4b4bb147-15e3-4502-b085-a5696e6efbc1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b0a7852b-af35-4000-860d-40dde0a90301, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b0a7852b-af35-4000-860d-40dde0a90301, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b0a7852b-af35-4000-860d-40dde0a90301, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (144, 166064)
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1010d3f3-336a-454b-8bca-bdb50c9ed146, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1010d3f3-336a-454b-8bca-bdb50c9ed146, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, 1010d3f3-336a-454b-8bca-bdb50c9ed146, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
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=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ca66eddf-3730-439a-8ed3-4d4167705621, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ca66eddf-3730-439a-8ed3-4d4167705621, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" 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, ca66eddf-3730-439a-8ed3-4d4167705621, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:204 TTL set in 0.20720195770263672 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 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142102Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142102Z
20251014/us-east-1/s3/aws4_request
31f78d790da9e22201fcc8061de20849918c581b3db087e91861df7c5f745822
DEBUG    botocore.auth:auth.py:430 Signature:
4285fd931769dd26f61153fa9f024bb5a8dff7336f65fb47e88b736009c83855
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142102Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4285fd931769dd26f61153fa9f024bb5a8dff7336f65fb47e88b736009c83855', 'amz-sdk-invocation-id': b'723b6fc9-217a-4bde-85a2-4e01d4284c80', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:02 GMT', 'x-amzn-requestid': 'pAbGKR4cbrnkioMBegvkS72Pn1iITjtglEmTTSbGOYkc3gDy0taH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142102Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142102Z
20251014/us-east-1/s3/aws4_request
5efd01f046880cab3f81a9dbdfbd1d451d22c355b6db8975b78ac8a4082c8bd5
DEBUG    botocore.auth:auth.py:430 Signature:
43507a050f5a80d69ad6898475e0679e608719cd2eff4272ba1dff4c6451241b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142102Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=43507a050f5a80d69ad6898475e0679e608719cd2eff4272ba1dff4c6451241b', 'amz-sdk-invocation-id': b'c9038668-e28e-4134-920b-806c77f7c638', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:02 GMT', 'x-amzn-requestid': 'Wy0BLxXSsvTRZ4wJNooBUcq5MZz27eJCb7VdzqvBiDRGCu3imMw7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142102Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142102Z
20251014/us-east-1/s3/aws4_request
4ccda011ae6a39bcfc03a43031e2a4512244c81d815cda0d941f92866f05c168
DEBUG    botocore.auth:auth.py:430 Signature:
f17470a8c1f94c67b9035bf132c6a8e3759aa1f18e63b388ea35cb91c26efa52
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142102Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f17470a8c1f94c67b9035bf132c6a8e3759aa1f18e63b388ea35cb91c26efa52', 'amz-sdk-invocation-id': b'c32d021a-9318-4b65-a787-dc8d2bcbf427', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:02 GMT', 'x-amzn-requestid': 'AnFXzl6cHh05VqEogv9X6gGYDu29qzwytLkHmfzUrzdKWNUpfvXq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c6dd512e-8ae5-4c3b-8f92-9e3c67bce340, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c6dd512e-8ae5-4c3b-8f92-9e3c67bce340, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c6dd512e-8ae5-4c3b-8f92-9e3c67bce340, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 215894fd-a164-48dd-ac8f-02d4332592b5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 215894fd-a164-48dd-ac8f-02d4332592b5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 215894fd-a164-48dd-ac8f-02d4332592b5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142104Z
20251014/us-east-1/s3/aws4_request
d687e3da182d1c7b31fa88174633cc38d0171fe4c06d36e8d7beda70bd8db36a
DEBUG    botocore.auth:auth.py:430 Signature:
3680ec1056cb6a7c51d132910c5bd247ad356bbde365d8896dbf2a8d058c311c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3680ec1056cb6a7c51d132910c5bd247ad356bbde365d8896dbf2a8d058c311c', 'amz-sdk-invocation-id': b'f788f4fc-269a-4efe-96ea-c3b7adbfef02', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:04 GMT', 'x-amzn-requestid': 'cw521EjCo7jS3NRvR0AUJemqg1ei2522d4edig4jogGUGF2wb1oG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142104Z
20251014/us-east-1/s3/aws4_request
1172bcffdf5c3f1af0692ffa01e58534ea4c36207a346faca6c2daeb3dd8222c
DEBUG    botocore.auth:auth.py:430 Signature:
f6cf2a885b946b2091ee5366fd33cd8d51240b6a62b4c90529131f76da03b206
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f6cf2a885b946b2091ee5366fd33cd8d51240b6a62b4c90529131f76da03b206', 'amz-sdk-invocation-id': b'a2541a90-b77d-4e9c-b3fe-dd389440eccc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:04 GMT', 'x-amzn-requestid': 'cLHjWgO9mZisYMll7SFyVcehqB1HWtJDU0Ypw13S9MSk6nA4brxf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142104Z
20251014/us-east-1/s3/aws4_request
e08a9744b24842ce7144f33e891e13d1e23f2d6f2d1298b6f0eb024af9710317
DEBUG    botocore.auth:auth.py:430 Signature:
91f94a62b89b00ac0122d0954f7de617c39139b0a434c247b41960621a8303d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=91f94a62b89b00ac0122d0954f7de617c39139b0a434c247b41960621a8303d9', 'amz-sdk-invocation-id': b'17034329-a86d-4ad8-bb97-8c3a8ea864bb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:04 GMT', 'x-amzn-requestid': '8If5NuaOyHqI5hgNqRmyf7LxzSOw0ROg85tRYEp0Tsb9hy8nSYy8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7855930e-a711-4f0a-a893-269a8dd6c2e4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7855930e-a711-4f0a-a893-269a8dd6c2e4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7855930e-a711-4f0a-a893-269a8dd6c2e4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e14e3445-6a0d-4b64-b48c-dd7f79e26970, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e14e3445-6a0d-4b64-b48c-dd7f79e26970, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e14e3445-6a0d-4b64-b48c-dd7f79e26970, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142106Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142106Z
20251014/us-east-1/s3/aws4_request
29c8fc01c7a237154694fc8798a25749d636370a11bd52102c9dce9183189f82
DEBUG    botocore.auth:auth.py:430 Signature:
2153edeec084149582ee9bae4eb47801a670e062efdaa615acdf0d894574b3a6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142106Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2153edeec084149582ee9bae4eb47801a670e062efdaa615acdf0d894574b3a6', 'amz-sdk-invocation-id': b'633fc29e-9395-40a8-9dca-d4355730ed9c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:06 GMT', 'x-amzn-requestid': 'zlxFXBpz8bSg5tHUMqGQwkrJxqHkgi63H5kSmKOTDy5U4aur308L', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142106Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142106Z
20251014/us-east-1/s3/aws4_request
12f11ec58191683761ba1dbb84c39a767ea66ab0f94b342f6e052e7b66ff2933
DEBUG    botocore.auth:auth.py:430 Signature:
488227fabe4d2a19da7ee4387f5cbe35f9c0292deab7c2764842a0a96c201b7d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142106Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=488227fabe4d2a19da7ee4387f5cbe35f9c0292deab7c2764842a0a96c201b7d', 'amz-sdk-invocation-id': b'cc6ca734-5306-4195-80a7-9d4c1e166960', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:06 GMT', 'x-amzn-requestid': 'Zyz8xVeVRlbQEA9XYWtbnGy8Vc9xzBZTQAVmNWn7MroSIdfvlIl3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142106Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142106Z
20251014/us-east-1/s3/aws4_request
4c3f6523d1b8d37d50c92c2125f161b15deb1fc6db525f995de8c4a7a3adb1fb
DEBUG    botocore.auth:auth.py:430 Signature:
dbd9ff0e342a8e96ef2e07dd6999975edfedf524ef2725ccea758922cf1f2f66
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142106Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dbd9ff0e342a8e96ef2e07dd6999975edfedf524ef2725ccea758922cf1f2f66', 'amz-sdk-invocation-id': b'9c896921-10f5-45b6-84a4-7c050fb939dc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:06 GMT', 'x-amzn-requestid': 'dXZpxnZYVNHeif1b2jH3KOEA2Y98k0in7zFdwCrlYn3za1W9rBn3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bb38cef1-da72-4db3-ae60-05a097a6bb42, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bb38cef1-da72-4db3-ae60-05a097a6bb42, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bb38cef1-da72-4db3-ae60-05a097a6bb42, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 34f61461-f983-4dea-9a6b-b528f6fc9c5c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 34f61461-f983-4dea-9a6b-b528f6fc9c5c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 34f61461-f983-4dea-9a6b-b528f6fc9c5c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142107Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142107Z
20251014/us-east-1/s3/aws4_request
6e626d8121c0d66ecaeff924d92980730c3bedd72f64ca915feeb7b3f9837683
DEBUG    botocore.auth:auth.py:430 Signature:
5589917d55ba83fcacd5e55c96e3ab5b010a52c615045f981c94c80e5ba9431e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142107Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5589917d55ba83fcacd5e55c96e3ab5b010a52c615045f981c94c80e5ba9431e', 'amz-sdk-invocation-id': b'dda4978f-7a25-4d63-a027-49762e400065', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:07 GMT', 'x-amzn-requestid': 'VtMYWeMziRXsFJSTQiaFLiOl7KaJU8UtVgorAmFCQrfqUE2qjOvt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142107Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142107Z
20251014/us-east-1/s3/aws4_request
8686dadf8920017bc6bdbcff6581f626f29d5750099798f1954b33dd26ac1909
DEBUG    botocore.auth:auth.py:430 Signature:
03a8bb90593c8a15a4973fbe36d129321603357946f7085b85dcb4427ebadd3d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142107Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03a8bb90593c8a15a4973fbe36d129321603357946f7085b85dcb4427ebadd3d', 'amz-sdk-invocation-id': b'36fd1b59-e45f-4b80-990b-9dd316776495', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:07 GMT', 'x-amzn-requestid': '5sejPWB7H1mBofKCFlHbilZvCF3VGpOEB5mYUC1UPGiFnwX79PVd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142107Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142107Z
20251014/us-east-1/s3/aws4_request
5b521f9092ba8410c332ba627d7c8ea4faed57e35010a365ea9149402e23bdec
DEBUG    botocore.auth:auth.py:430 Signature:
45a3c7522a0628f8b81e92df69f55d954e448c785be4af651b1e080fcd4fe974
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142107Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45a3c7522a0628f8b81e92df69f55d954e448c785be4af651b1e080fcd4fe974', 'amz-sdk-invocation-id': b'94c82b7c-cf70-469e-95d6-b0d5e73937f5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:07 GMT', 'x-amzn-requestid': 'RC9oh5bzQIqiM3ZqlIko0cRc1zee8ghfsuT6nzuxgBxxRH26xxwL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 47233065-a48e-430b-8f79-ddae94357631, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 47233065-a48e-430b-8f79-ddae94357631, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 47233065-a48e-430b-8f79-ddae94357631, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9a1c2701-364a-4837-904d-2eabe8b7a0f9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9a1c2701-364a-4837-904d-2eabe8b7a0f9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9a1c2701-364a-4837-904d-2eabe8b7a0f9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142109Z
20251014/us-east-1/s3/aws4_request
0bf18fdac86f62f72b98678423b4a15089854144fab96d4f29f16eee66908ffd
DEBUG    botocore.auth:auth.py:430 Signature:
1f8a15ba55d48e8dfd420c55aab288f4be31be72b9b6f1e8b631948e19234839
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1f8a15ba55d48e8dfd420c55aab288f4be31be72b9b6f1e8b631948e19234839', 'amz-sdk-invocation-id': b'2e44f008-2ffa-4f98-a0f8-8e7a216f7474', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:09 GMT', 'x-amzn-requestid': 'G4fShayHmcOxMicrAI44lXbkpayw1mpk9goWxwdyJ5FSXLi8GWiy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142109Z
20251014/us-east-1/s3/aws4_request
07c8755f28bc825987d617dfd8b6e34484791f9143d5effa5cc8c272a9bfc4f9
DEBUG    botocore.auth:auth.py:430 Signature:
6958b7feadff38c38b06efd1d9ad969b95575226ead8e022ed1bf41ad3bb58aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6958b7feadff38c38b06efd1d9ad969b95575226ead8e022ed1bf41ad3bb58aa', 'amz-sdk-invocation-id': b'd10d61d0-8630-431f-8d49-be0cf59da4b4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:09 GMT', 'x-amzn-requestid': 'KwFHYotg5FjYjTLYY7oXdJeV2hQDozSpMvjAzspC0ynN393t2HGH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142109Z
20251014/us-east-1/s3/aws4_request
600e8f1ac2f3905bb67f674b89a37aa4486f5bc8072de25df44d6c8331a74632
DEBUG    botocore.auth:auth.py:430 Signature:
a6585c2dc483e06dc1d0f554b7692e2dd1f4d2b948d19633c23b86d447f05d5f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a6585c2dc483e06dc1d0f554b7692e2dd1f4d2b948d19633c23b86d447f05d5f', 'amz-sdk-invocation-id': b'40b75ca5-ba78-41b4-bf7e-4e6afe18a7c0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:09 GMT', 'x-amzn-requestid': 'RsBJMcjKbaSyYxSu4IV5jyHubIm7p4ZJvXLlfcukh36bCF0hTOX6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bb6363ff-8f63-4555-8fb1-ba6bbb038c30, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bb6363ff-8f63-4555-8fb1-ba6bbb038c30, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bb6363ff-8f63-4555-8fb1-ba6bbb038c30, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e2fd27ba-e64c-4ce7-b4af-4e85c91b6c1d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e2fd27ba-e64c-4ce7-b4af-4e85c91b6c1d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e2fd27ba-e64c-4ce7-b4af-4e85c91b6c1d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142111Z
20251014/us-east-1/s3/aws4_request
264af5d030fd56fc3e4c3a52b3c6202a70793e8ed1a2f89f6f72af3a38ce74c3
DEBUG    botocore.auth:auth.py:430 Signature:
2b2a5b32c85254cc8b0df81a02bff4d4a0a6d6309a89c06a4d523d7b012e7d9c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2b2a5b32c85254cc8b0df81a02bff4d4a0a6d6309a89c06a4d523d7b012e7d9c', 'amz-sdk-invocation-id': b'2e5cdc48-806d-4205-916b-c135c0364864', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:11 GMT', 'x-amzn-requestid': 'jja3uCJV3OEg7pmrC5g9npm6xUPVf7tbAIIYDz5hc0X8vycc0RCO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142111Z
20251014/us-east-1/s3/aws4_request
4bdd888f339fe73b3eded81c024e449a6a0da326d92f5c462958cfdf61387c70
DEBUG    botocore.auth:auth.py:430 Signature:
3d7b68f316806a38616e5621adc7e0bb831834d6d284a8c35915d075bcaaf506
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3d7b68f316806a38616e5621adc7e0bb831834d6d284a8c35915d075bcaaf506', 'amz-sdk-invocation-id': b'6201deb5-b34c-4177-8b92-f08dc164d3c9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:11 GMT', 'x-amzn-requestid': '2XeqMwmXY1jkuXUu0lxEcndK2hJlSTubJ8MLHDYn3kSAaGm6JvO5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142111Z
20251014/us-east-1/s3/aws4_request
eadc39090e441538db8a02ffbbcb6b815acefb70d3a8790e70eb192dccdc9161
DEBUG    botocore.auth:auth.py:430 Signature:
1ccc0704d76774980eb5080e0f761d0b6b1ea1cc9deb38b28e4e597adccc1dfd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1ccc0704d76774980eb5080e0f761d0b6b1ea1cc9deb38b28e4e597adccc1dfd', 'amz-sdk-invocation-id': b'eec13772-5274-4c32-a7f9-0a68cb8bc8a9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:11 GMT', 'x-amzn-requestid': 'Yf7XWw1AVknJKgfvnuVCeIzhGibhUX9ELNm92MsqzHcPfJ4om8XI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0ebe51d6-a7d2-4247-88cf-f3091c8b3986, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0ebe51d6-a7d2-4247-88cf-f3091c8b3986, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0ebe51d6-a7d2-4247-88cf-f3091c8b3986, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 96258ce1-2a7e-417b-8143-b39c01803ffd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 96258ce1-2a7e-417b-8143-b39c01803ffd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 96258ce1-2a7e-417b-8143-b39c01803ffd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142113Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142113Z
20251014/us-east-1/s3/aws4_request
2267975265037885de2d5ade2b37cba0f383122552039059042caf7a94b9bc9b
DEBUG    botocore.auth:auth.py:430 Signature:
e137828de2533b923fad710ca73646fb98fff17eeaf165eb70599ba2ba350590
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142113Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e137828de2533b923fad710ca73646fb98fff17eeaf165eb70599ba2ba350590', 'amz-sdk-invocation-id': b'50e95256-c097-4bdb-a319-56ae20aa880c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:13 GMT', 'x-amzn-requestid': '8DdvThsoD82Aud3NxE01GlsTUEfdFXylACe613WVwQC92pj6Ub0A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142113Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142113Z
20251014/us-east-1/s3/aws4_request
0992ece45b0294a94356a84abfd7314e911515df06bb447eeb3604d9bbe0a0e9
DEBUG    botocore.auth:auth.py:430 Signature:
955b43b5922ac6ec1f3a98b1e562b02301491fa6fcb8fa5c78978db6cb2724f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142113Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=955b43b5922ac6ec1f3a98b1e562b02301491fa6fcb8fa5c78978db6cb2724f4', 'amz-sdk-invocation-id': b'cbfa2442-1c9e-4a6b-a6bd-ae8e4b2c83d2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:13 GMT', 'x-amzn-requestid': 'mKHjF36n4fcqDj6qTxlGzsgqlH8d1QvSB5i0pXR6Rgz6lM35QsjL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142113Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142113Z
20251014/us-east-1/s3/aws4_request
9dfe0a3f5ed635185794f01956c2996a2c5708947edc54e3fa8ce865c062e80f
DEBUG    botocore.auth:auth.py:430 Signature:
5e243eb48ba10bf413c1cfa173ba7cc0190f898769721aa98f8e08c33a532434
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142113Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5e243eb48ba10bf413c1cfa173ba7cc0190f898769721aa98f8e08c33a532434', 'amz-sdk-invocation-id': b'a0e6f5be-820e-4757-8676-50d8c98b40ad', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:13 GMT', 'x-amzn-requestid': 'BnCEtyZ2Hnus4Wvp4ienKzrJdIXJtcqOuYAiwksj7A1gRaZpK1pA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5d9a3cfd-a151-4006-bfbe-b578ba85e1ac, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5d9a3cfd-a151-4006-bfbe-b578ba85e1ac, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5d9a3cfd-a151-4006-bfbe-b578ba85e1ac, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 531b179e-8602-462f-affe-b82d6393123e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 531b179e-8602-462f-affe-b82d6393123e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 531b179e-8602-462f-affe-b82d6393123e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142115Z
20251014/us-east-1/s3/aws4_request
9cd9b2b79532b5b29178076ff0aa2c8efeac119741cf6db05c6dc2385d7bd232
DEBUG    botocore.auth:auth.py:430 Signature:
2bb31416c9e04e31de9d2f6de8bad5f285f1dd1722d3f9a82b7404dca7f7eded
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2bb31416c9e04e31de9d2f6de8bad5f285f1dd1722d3f9a82b7404dca7f7eded', 'amz-sdk-invocation-id': b'672aaf78-9011-4600-82b1-b2bae0e6ba80', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:15 GMT', 'x-amzn-requestid': 'ZatteaRxpRknUZvEZw4vtiofMcyZ01s4ORw3xTvyvrrni990XKiB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142115Z
20251014/us-east-1/s3/aws4_request
d6c3a669237d8333a2912dc3251b12625e5241c017c6c7fe0aaa703d6e7b19fc
DEBUG    botocore.auth:auth.py:430 Signature:
cdca59b71d1556760577776e22709de769244592b7e89704cf17822de935f0ec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cdca59b71d1556760577776e22709de769244592b7e89704cf17822de935f0ec', 'amz-sdk-invocation-id': b'4b81651e-9ce4-41b4-8623-bf398d0cbfdc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:15 GMT', 'x-amzn-requestid': '1uXclfNerHuf6GSWsih83uHnT2uifvRjz6KzkxspvGY09HflBIFs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142115Z
20251014/us-east-1/s3/aws4_request
d76c803edb1ea077e36b1e0e2f6a5ba3ecc95c1aa388ececba3d806a42a2ea84
DEBUG    botocore.auth:auth.py:430 Signature:
6d463b0b79bbc0dba4d2b94ff4cca8f34a1ebc36605b4bc7a5254207ab8095a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d463b0b79bbc0dba4d2b94ff4cca8f34a1ebc36605b4bc7a5254207ab8095a8', 'amz-sdk-invocation-id': b'03db0f35-aa89-484c-87d9-b44060ac3877', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:15 GMT', 'x-amzn-requestid': 'CCWjZ0fetben3B6tDKdSNjd0SHMJCJczH62wgxvxD1Hp7jU4S45C', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aaa9d07f-adb9-4db7-b9e0-9602d629491c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aaa9d07f-adb9-4db7-b9e0-9602d629491c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aaa9d07f-adb9-4db7-b9e0-9602d629491c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ed7e0921-0082-48fd-ae56-4ebc0326d67b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ed7e0921-0082-48fd-ae56-4ebc0326d67b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ed7e0921-0082-48fd-ae56-4ebc0326d67b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142117Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142117Z
20251014/us-east-1/s3/aws4_request
024ddde313ffeea2dac61122f09097433827cdf8db161511209860799bcb477c
DEBUG    botocore.auth:auth.py:430 Signature:
a6db94b119deab2b84909cdf6c4ed0e97f71ceb4f2a45d5d7711d2517cd2fa0e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142117Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a6db94b119deab2b84909cdf6c4ed0e97f71ceb4f2a45d5d7711d2517cd2fa0e', 'amz-sdk-invocation-id': b'75cf7529-35b7-4c6b-954a-e2de9ed37f84', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:17 GMT', 'x-amzn-requestid': 'FIyQIRIBUWSQhjvLzUJ8wz0z0Eo002dhrmrmTYoBk1vMjB1lJ9xi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142117Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142117Z
20251014/us-east-1/s3/aws4_request
a43fa1c7146d5272c2c5acaa12e65fd2f9dbc750918e25d0a62fd7c9e19f0094
DEBUG    botocore.auth:auth.py:430 Signature:
61f267690e1250400e8adf2b35828fc904bb86a65ea269f4d1e0156ffc4a1d9c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142117Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=61f267690e1250400e8adf2b35828fc904bb86a65ea269f4d1e0156ffc4a1d9c', 'amz-sdk-invocation-id': b'f125f170-ef8c-4dcb-82d2-d464ff1a0c43', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:17 GMT', 'x-amzn-requestid': 'fNXewJcKwGQNk4S0yMrBsqAUpEqmEDGRXke1VkACOsClXIJFxkAS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142117Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142117Z
20251014/us-east-1/s3/aws4_request
e0397d9fa142ce9288090c31bc1a97822db6331ac506f350f007628b4699734f
DEBUG    botocore.auth:auth.py:430 Signature:
690ac8ce8702008e406064ba08313c6a1f85465f6f2888c38b78e6e06a7ad87b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142117Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=690ac8ce8702008e406064ba08313c6a1f85465f6f2888c38b78e6e06a7ad87b', 'amz-sdk-invocation-id': b'bc68d6db-478d-4331-9fc5-4d158333168e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:17 GMT', 'x-amzn-requestid': 'c9QTMFpiAov74qVhxrBw05AiZsmQ2likwv8zN4fgtW2Y6HV5Rw8o', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9d4ebdc2-9cce-431e-bb4b-09b99fd8e496, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9d4ebdc2-9cce-431e-bb4b-09b99fd8e496, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9d4ebdc2-9cce-431e-bb4b-09b99fd8e496, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 06737270-292f-490f-ab5c-0e5103a5ab1a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 06737270-292f-490f-ab5c-0e5103a5ab1a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 06737270-292f-490f-ab5c-0e5103a5ab1a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142119Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142119Z
20251014/us-east-1/s3/aws4_request
9c3ddec69729f4d8e05b22389b13ceef314d7acb458b960a7ae1e251a09ffc8f
DEBUG    botocore.auth:auth.py:430 Signature:
a911e52e46472b4d3b2bd31ed6ed314e0f9376418ab48c44201101bbf9e1b929
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142119Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a911e52e46472b4d3b2bd31ed6ed314e0f9376418ab48c44201101bbf9e1b929', 'amz-sdk-invocation-id': b'7aa7ba0a-0281-4980-af39-78777358f015', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:19 GMT', 'x-amzn-requestid': 'KyBRxZKZdwlBVgAiMUwT4NhGw6LsC8WKHHTODnk8E9Rl57D1XIoI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142119Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142119Z
20251014/us-east-1/s3/aws4_request
7e244a3affc9c53d2a8155f560f5c4db82630ff84fcefb13dfcb581fed46bc7b
DEBUG    botocore.auth:auth.py:430 Signature:
d46f075c618bbdd08bf866a876c45b5215e0dda33e81e3c9158c7734cf90df16
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142119Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d46f075c618bbdd08bf866a876c45b5215e0dda33e81e3c9158c7734cf90df16', 'amz-sdk-invocation-id': b'c5961f00-20ee-4b35-b2c5-2363de6e9f5f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:19 GMT', 'x-amzn-requestid': 'dS4XPvC2B2TEfNbvGpsYACrfFLVv8ekcnogEC5nDX4eaoH6lnW2i', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142119Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142119Z
20251014/us-east-1/s3/aws4_request
712c93d7f2d500b0c012e7ecd80916dfca5774bbb5fda84a6495a123f5b32da8
DEBUG    botocore.auth:auth.py:430 Signature:
94129a0e7b96aeebcdb06456e1c549dc2ad113ae57579bb9b08a347d216d8a9d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142119Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=94129a0e7b96aeebcdb06456e1c549dc2ad113ae57579bb9b08a347d216d8a9d', 'amz-sdk-invocation-id': b'f3545bbe-60d1-4e61-ab13-048bbc38debb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:19 GMT', 'x-amzn-requestid': '9gKupyteg45y2LSiu3r9yWoYxMWo9KfDUJ175RTnOs5NUgNxtj4v', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, daaa056e-a3d3-4aa8-93d1-40c8b3cfab4c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, daaa056e-a3d3-4aa8-93d1-40c8b3cfab4c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, daaa056e-a3d3-4aa8-93d1-40c8b3cfab4c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 350e5382-8300-48d2-854e-5f15e4f27ffd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 350e5382-8300-48d2-854e-5f15e4f27ffd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 350e5382-8300-48d2-854e-5f15e4f27ffd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142120Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142120Z
20251014/us-east-1/s3/aws4_request
94958333152c14e900551e106b9c6bbb63fdde2f62505dbb59d92a40caf39317
DEBUG    botocore.auth:auth.py:430 Signature:
6a7630b0bb33076540c98c81501bc47e969ccd68b68452f42c3da2a68cf9a397
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142120Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6a7630b0bb33076540c98c81501bc47e969ccd68b68452f42c3da2a68cf9a397', 'amz-sdk-invocation-id': b'5b617370-bee2-4e73-a6bc-68e99c5dcdee', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:20 GMT', 'x-amzn-requestid': 'eerruURXo3QAaXJv57K813bqH4WOPJYL1wSAYMSjen3HGHgX2yWP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142120Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142120Z
20251014/us-east-1/s3/aws4_request
a9f2f3189d724e782efeafb9daa2cae4212c5af5d03fdadc0774fc822156b11a
DEBUG    botocore.auth:auth.py:430 Signature:
84144133ef4c862658b7e18eb801f94dfe0fc7d5a83d2373675520093820c56c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142120Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=84144133ef4c862658b7e18eb801f94dfe0fc7d5a83d2373675520093820c56c', 'amz-sdk-invocation-id': b'242fdb1a-d3f0-4623-a960-ad1a620fb4c8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:20 GMT', 'x-amzn-requestid': 'Y8LsypO8iQ8R0FCpdA6Q1A2fMc3ke8851Eg0n4bBFIPcgXb2skfA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142120Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142120Z
20251014/us-east-1/s3/aws4_request
ea1ed17e604092c0baeb5b0561ff7bb4114084fef8277f7076073449477f9ab0
DEBUG    botocore.auth:auth.py:430 Signature:
36403bb5361d8ba12a55eeca40961a156997f9eb957228c94d9542bcd64999cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142120Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=36403bb5361d8ba12a55eeca40961a156997f9eb957228c94d9542bcd64999cf', 'amz-sdk-invocation-id': b'14cd06c1-0a93-4863-85b2-b4a35242ab10', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:20 GMT', 'x-amzn-requestid': 'AAnWZyiBPRBfnplPHMI4YanzvfsteoVbz0rmzGtkr4NT0tUTlKpA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8459b1ca-aec9-4650-bbb8-15bccfcebc1e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8459b1ca-aec9-4650-bbb8-15bccfcebc1e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8459b1ca-aec9-4650-bbb8-15bccfcebc1e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0f6ffa91-9d69-4930-8a74-b56fb4822275, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0f6ffa91-9d69-4930-8a74-b56fb4822275, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0f6ffa91-9d69-4930-8a74-b56fb4822275, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142122Z
20251014/us-east-1/s3/aws4_request
082fa2c0134b4da4f21a135e09ad2ad3a7371b4618ecc8da6cb54d127771fdb2
DEBUG    botocore.auth:auth.py:430 Signature:
90130c22391ab8920efe4bfed3ad69992fd631ac64e5ffb23a58d6896a62109a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=90130c22391ab8920efe4bfed3ad69992fd631ac64e5ffb23a58d6896a62109a', 'amz-sdk-invocation-id': b'f893223f-0953-4cf0-a523-6d86141f980b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:22 GMT', 'x-amzn-requestid': 'NInqOlVSKY5Y0saN9Vgoc4loxBIbdpeZv36vGiEvTfDcb8wyO06F', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142122Z
20251014/us-east-1/s3/aws4_request
be1bee2415ccd8b193e70d28845e77c2550f4436f405aafd889cc495afd06643
DEBUG    botocore.auth:auth.py:430 Signature:
b7a37bd5a2263d9b8232daae6d52bc7a48b8be51f60ea2d7a9c514d8a61c4144
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b7a37bd5a2263d9b8232daae6d52bc7a48b8be51f60ea2d7a9c514d8a61c4144', 'amz-sdk-invocation-id': b'88bd33ac-a667-4a08-8a42-2fd2fc922495', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:22 GMT', 'x-amzn-requestid': 'Ntyq9XKXahlzMj3MQHJywpTZj9aPJusttMZhL7LQb08tSdX3VBIU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142122Z
20251014/us-east-1/s3/aws4_request
54f80ea87503302dd74745a7942f6505bfa34bad8b061a08ac5359f82e893c6a
DEBUG    botocore.auth:auth.py:430 Signature:
79cf77209b6eaba76245f8cbb23886afe0113fd1971ece91491f14e99aad83f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=79cf77209b6eaba76245f8cbb23886afe0113fd1971ece91491f14e99aad83f4', 'amz-sdk-invocation-id': b'70ec4c54-5744-4b11-b60b-c296c9e66786', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:22 GMT', 'x-amzn-requestid': 'E6nU46BlWNjVb1u8TgL9K4qqf1pcAhy85C3TEiExHU7Cpk8Hk6I7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f24e4a60-9ad6-4d37-aea2-8a24bb29916c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f24e4a60-9ad6-4d37-aea2-8a24bb29916c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f24e4a60-9ad6-4d37-aea2-8a24bb29916c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 160f8369-6a9f-4d66-b788-0202984638f7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 160f8369-6a9f-4d66-b788-0202984638f7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 160f8369-6a9f-4d66-b788-0202984638f7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142124Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142124Z
20251014/us-east-1/s3/aws4_request
77618b0d4bc8c473c9e9820fd0307b807002b9f2cb4e7241e85a629d636c54e1
DEBUG    botocore.auth:auth.py:430 Signature:
1679283ca371c8e05176240fc2c1de77116a04d472fb35bb8cfbcd4e0df92c02
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142124Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1679283ca371c8e05176240fc2c1de77116a04d472fb35bb8cfbcd4e0df92c02', 'amz-sdk-invocation-id': b'c4ae3474-a7d1-40ad-9c67-5fd9889d1f3f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:25 GMT', 'x-amzn-requestid': 'd0ItTH2QpVzXWy5elc5Dt5gmIgoW5oLwuyvd5QO9xbIgYi101866', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142125Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142125Z
20251014/us-east-1/s3/aws4_request
5ce3cd913b0eb124377fb9b636ace9f0b7bbb51c501253d9069ce04c2b97ccee
DEBUG    botocore.auth:auth.py:430 Signature:
fbc01bfb04ad20cd21921ff97555fd1223cfbd569161e0dc9bbeabee11fc05b8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142125Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fbc01bfb04ad20cd21921ff97555fd1223cfbd569161e0dc9bbeabee11fc05b8', 'amz-sdk-invocation-id': b'3a60c2e1-cc53-4143-9746-a0203fd66c57', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:25 GMT', 'x-amzn-requestid': 'cQG71ts0BmTJwcrHnuQdiRLmAt484BLXopmPyyjwenJOdEt0mp2w', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142125Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142125Z
20251014/us-east-1/s3/aws4_request
2cc7830695cac0adb28319ef01f948a3be1887c0ac18b9ede1e667eafeae2d36
DEBUG    botocore.auth:auth.py:430 Signature:
45b85cc3e3e58afcaa6f38b3f39f260da994e48414f0381dcb33884bf00723e4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142125Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45b85cc3e3e58afcaa6f38b3f39f260da994e48414f0381dcb33884bf00723e4', 'amz-sdk-invocation-id': b'2cd996c1-04d9-4747-9f2d-d8f300be089c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:25 GMT', 'x-amzn-requestid': 'ktU1F2TuhGPfAFZctJZiqxMCdvB1LKPoeyzSQZqhOVUn8DifJVYV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b0459562-47f3-4bed-b07f-8f1646650fe3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b0459562-47f3-4bed-b07f-8f1646650fe3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b0459562-47f3-4bed-b07f-8f1646650fe3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d8934c5a-a38e-43c5-baf1-7db37fdc5dc4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d8934c5a-a38e-43c5-baf1-7db37fdc5dc4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d8934c5a-a38e-43c5-baf1-7db37fdc5dc4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142127Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142127Z
20251014/us-east-1/s3/aws4_request
5d9709ffcc90b09448b2e3abfb6249f32eb7416df5748ba6fdaba1fe24441832
DEBUG    botocore.auth:auth.py:430 Signature:
a4ba2a39c097ab9dcc90732fe1cfe551c1f4d70ab895977da3614e9e0e53af31
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142127Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a4ba2a39c097ab9dcc90732fe1cfe551c1f4d70ab895977da3614e9e0e53af31', 'amz-sdk-invocation-id': b'b14d1643-44c0-422f-9e8b-e422965971da', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:27 GMT', 'x-amzn-requestid': '7f1XOJj7Ro0hZcEJ70Dm6dzCUUc97kikhUyWyfMgRWw7m4mYjTk5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142127Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142127Z
20251014/us-east-1/s3/aws4_request
2770c56384427be815685d97a494abcb00c87046ad7d14ea4dac885c4528218f
DEBUG    botocore.auth:auth.py:430 Signature:
ba4065afc827dde91b0cf5fafb5f7a2f2dca08feecc75c343ce90a8b387d4d5f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142127Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba4065afc827dde91b0cf5fafb5f7a2f2dca08feecc75c343ce90a8b387d4d5f', 'amz-sdk-invocation-id': b'5bc24b7b-9d08-4e51-a404-c9e8470777fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:27 GMT', 'x-amzn-requestid': '2k4pgtAqf2NtuuKUNYuC4VLQJKtdiuGC2BoqyLWcqQw98NcKWXOL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142127Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142127Z
20251014/us-east-1/s3/aws4_request
495d2cee147f436771ea473bfd39e96037d9f79e01de51e41a6bb6ba94d48f13
DEBUG    botocore.auth:auth.py:430 Signature:
dfa8b8b7a280c59956e5604edbd1c39acd55d3a6fdf6286d4d5807005ef74f0f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142127Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dfa8b8b7a280c59956e5604edbd1c39acd55d3a6fdf6286d4d5807005ef74f0f', 'amz-sdk-invocation-id': b'60d2483c-c824-4b52-98cf-e1db123cb02d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:27 GMT', 'x-amzn-requestid': '7LKQ50tcuk6uDjo8FUManyZkNIJ53qOUuwXpvD5KXJGXhQ8koEdh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b2cd3858-e60e-4c6b-9bfd-e649a32111ad, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b2cd3858-e60e-4c6b-9bfd-e649a32111ad, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b2cd3858-e60e-4c6b-9bfd-e649a32111ad, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 74c56555-e13a-498b-8be7-37cadae3e39f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 74c56555-e13a-498b-8be7-37cadae3e39f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 74c56555-e13a-498b-8be7-37cadae3e39f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142129Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142129Z
20251014/us-east-1/s3/aws4_request
828a14756b9347fbaa1f1775d7b2177ad5541145e3d61d13b89fc0faba87a379
DEBUG    botocore.auth:auth.py:430 Signature:
d5e861506ab783bb408d3526992f4ac9f4115aa4d7b17447209227968c368644
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142129Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d5e861506ab783bb408d3526992f4ac9f4115aa4d7b17447209227968c368644', 'amz-sdk-invocation-id': b'433f61d7-1ba6-4a36-9638-3528a9ad2dea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:29 GMT', 'x-amzn-requestid': 'AHTrndrdNLUfMor7hloy3kXegLtRaGWx96vXjWv46qdK2eYLFQpz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142129Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142129Z
20251014/us-east-1/s3/aws4_request
9cb791736125b0a4ccf54ceaf31dcc11affb2f662de46210cca37a62d7026587
DEBUG    botocore.auth:auth.py:430 Signature:
7d60cb6ca53af97394357f6dd4a103df54283699c50359d7c09d7095d77b38b5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142129Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d60cb6ca53af97394357f6dd4a103df54283699c50359d7c09d7095d77b38b5', 'amz-sdk-invocation-id': b'3488fe87-7939-468d-90d0-eec836abe6eb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:29 GMT', 'x-amzn-requestid': 'iZ2NXQsSPbaoX7I4r9tHGfjRUUELCAfrDZr4WUQkIK3DUZUnULlJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142129Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142129Z
20251014/us-east-1/s3/aws4_request
aecb84a248aa8b28bb91aac6d8161a7f4e10ebba4dff80e42cf12ec47522b0fc
DEBUG    botocore.auth:auth.py:430 Signature:
4aea9120d5431c6da5a8bbff92ef0a5cb8bbe43ac46305773f1eed68ac859a85
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142129Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4aea9120d5431c6da5a8bbff92ef0a5cb8bbe43ac46305773f1eed68ac859a85', 'amz-sdk-invocation-id': b'46ed8e2d-229c-4354-8045-f75837650868', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:29 GMT', 'x-amzn-requestid': 'qieN5csibtBeWrbpqdAZQKOXHEaIbebeG3HXcNklXgwHwzBgDDay', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 51556a37-4b64-41ec-99a1-019247df9ed3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 51556a37-4b64-41ec-99a1-019247df9ed3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 51556a37-4b64-41ec-99a1-019247df9ed3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 582480cd-82e2-46b9-bca9-b0d1320d5983, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 582480cd-82e2-46b9-bca9-b0d1320d5983, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 582480cd-82e2-46b9-bca9-b0d1320d5983, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142130Z
20251014/us-east-1/s3/aws4_request
00a9f6315b3982095125e276b61b20bbb16f03cfaf31242da6415f93298542ef
DEBUG    botocore.auth:auth.py:430 Signature:
59f1f62b93a60521322d081d2c18331c060a3aedc0edba851360d9dbeb78d122
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=59f1f62b93a60521322d081d2c18331c060a3aedc0edba851360d9dbeb78d122', 'amz-sdk-invocation-id': b'012ff607-8a2f-4ac1-a73d-5b87ac6abb5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:30 GMT', 'x-amzn-requestid': 'iCruDPJCtMY2xQvONbIOeejf63E25LPp4YYjX4mDLTDNPSAv9wWL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142130Z
20251014/us-east-1/s3/aws4_request
2722b8fc000c598ca511182ccf05b3420deffacc99e959663d7b7339a9e14704
DEBUG    botocore.auth:auth.py:430 Signature:
3406cdfb31590c12882eb287441bc4b3792315fabe6c48a6ce05899bdcac2210
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3406cdfb31590c12882eb287441bc4b3792315fabe6c48a6ce05899bdcac2210', 'amz-sdk-invocation-id': b'574f2996-c03a-460e-89d5-a24fcf875368', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:30 GMT', 'x-amzn-requestid': '7ZTTgir1olJMZYiCAvNW7CUlgvy0Tgpz67cImAGpzOm7julxlO6V', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142131Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142131Z
20251014/us-east-1/s3/aws4_request
1680ecee796290f9686e5de0718bfb020dd02649f561b398cb1872e4a2dadac4
DEBUG    botocore.auth:auth.py:430 Signature:
63a25213d1ed52def5ffd8973d3a5dabf3d3f2d8b012d5e3ca3625ec99fa51dd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142131Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=63a25213d1ed52def5ffd8973d3a5dabf3d3f2d8b012d5e3ca3625ec99fa51dd', 'amz-sdk-invocation-id': b'eac3492e-6bba-4940-a83d-35e6b04bf73c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:31 GMT', 'x-amzn-requestid': 'Fngxl8IEjf1p1Nes4Uc6J8rbkfCAVp2mGznEJ5oq7xmvtJw9G5sT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8cc70c41-8087-4c9b-8bd7-8f69b83fb523, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8cc70c41-8087-4c9b-8bd7-8f69b83fb523, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8cc70c41-8087-4c9b-8bd7-8f69b83fb523, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1b3a5009-09e7-4ad3-82e1-6fb6647e1788, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1b3a5009-09e7-4ad3-82e1-6fb6647e1788, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1b3a5009-09e7-4ad3-82e1-6fb6647e1788, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142132Z
20251014/us-east-1/s3/aws4_request
e599b7e1f746574163a35e0c4bae3f67e650a06612785873dd79eb25e44da5d9
DEBUG    botocore.auth:auth.py:430 Signature:
8de313d9a138ad6be746ed52019b6c0d2ad27de7e53595e5ce55e925efc2e51f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8de313d9a138ad6be746ed52019b6c0d2ad27de7e53595e5ce55e925efc2e51f', 'amz-sdk-invocation-id': b'8c70d267-7479-4b0e-b7ec-3545318f78c8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:32 GMT', 'x-amzn-requestid': 'H4LURCh1iy2qw5tUE7Ihoww9bTlBBIUQbaRPkIyZDs0U4AhkELMs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142132Z
20251014/us-east-1/s3/aws4_request
5a9a34c477caf3bd63b0b457c1a29ac16c97db4e180debcab78f65ac1b37c808
DEBUG    botocore.auth:auth.py:430 Signature:
7641ad521018d5e8950a4d21d47dff7fc6569c5a71334e72273aa498140408e3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7641ad521018d5e8950a4d21d47dff7fc6569c5a71334e72273aa498140408e3', 'amz-sdk-invocation-id': b'33e36ad1-26b5-419f-966b-cf3d48ae8eb8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:32 GMT', 'x-amzn-requestid': 'KQ8bGmaX4oaVSmD7zRwK3HVfMqx1SSmNsP451eEawWtTJR4fX8M7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142132Z
20251014/us-east-1/s3/aws4_request
b6ed3d7fe41982e5709db61f3dfcee24ead7af75d5a00a2455464ee13eec7c48
DEBUG    botocore.auth:auth.py:430 Signature:
3e7bb6ac20dcbb07c56832332a8794dcd779a48cdda9d9f907e6664ce4157aea
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3e7bb6ac20dcbb07c56832332a8794dcd779a48cdda9d9f907e6664ce4157aea', 'amz-sdk-invocation-id': b'09709fdc-f411-4658-9bbf-447d7fe9ef16', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:32 GMT', 'x-amzn-requestid': '3sn3TJh1bmlzDNSrq3oA1x7Vww2zUFSluiItr5it5219w41WyAx7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a5be32f9-d6df-43d6-926d-8913c0e332e4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a5be32f9-d6df-43d6-926d-8913c0e332e4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a5be32f9-d6df-43d6-926d-8913c0e332e4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0b9313cd-6bc8-411f-97fb-d356d555e83b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0b9313cd-6bc8-411f-97fb-d356d555e83b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0b9313cd-6bc8-411f-97fb-d356d555e83b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142134Z
20251014/us-east-1/s3/aws4_request
3ebb21d0ab573f343294a17cc260c38a0052fe2577af0e2abc3cc799fc1495ee
DEBUG    botocore.auth:auth.py:430 Signature:
144d9b59359ac60a37684e2f5a9eebd246b76cf854229d8a9e357ab032114fad
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=144d9b59359ac60a37684e2f5a9eebd246b76cf854229d8a9e357ab032114fad', 'amz-sdk-invocation-id': b'ce545237-9dde-41a1-94e3-3d14e6b83483', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:34 GMT', 'x-amzn-requestid': 'rZ8A5nRttLCngIzTUiN5PAxi6tvHsqw1SfnwNLShwnzMkLB96dT7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142134Z
20251014/us-east-1/s3/aws4_request
0528de498fa3a0cef0fea7327825fa37ba98ee075607cb4d57bdf5f38f53c023
DEBUG    botocore.auth:auth.py:430 Signature:
46fd882b6aea62f382ff6978e1d33b46db5a3b97ee92a203c8b2088648596006
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=46fd882b6aea62f382ff6978e1d33b46db5a3b97ee92a203c8b2088648596006', 'amz-sdk-invocation-id': b'0795a83e-a843-45b8-9dc5-769ef4c3096d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:34 GMT', 'x-amzn-requestid': '10v2au0wSgauRRa7Kwe6RsDE1Nf8x3UDlj693VeRERWWlVqWiW22', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142134Z
20251014/us-east-1/s3/aws4_request
381566a5be9e519ea73414c674257d60827a57621289ce55d3425d969e7010e0
DEBUG    botocore.auth:auth.py:430 Signature:
d8246562a72be0d1de04c33f070fe5cde85ad11f53040d3db4161c73a02bd780
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d8246562a72be0d1de04c33f070fe5cde85ad11f53040d3db4161c73a02bd780', 'amz-sdk-invocation-id': b'e7f52554-7407-45f2-9cee-6f57b4350d5c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:34 GMT', 'x-amzn-requestid': 'uh0YiiJNQphJSqSten4RlSxedqJknRkBQflwMnVcIKd9zZePdQAf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2fcdc46d-e9b0-44a4-ae3b-9c332a348f33, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2fcdc46d-e9b0-44a4-ae3b-9c332a348f33, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2fcdc46d-e9b0-44a4-ae3b-9c332a348f33, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bbf1180e-09f4-4b27-b401-2131f675dc25, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bbf1180e-09f4-4b27-b401-2131f675dc25, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bbf1180e-09f4-4b27-b401-2131f675dc25, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142136Z
20251014/us-east-1/s3/aws4_request
4d0109412418e4f58862e24ece6fb6f288248d1853438b1eb54dbb14830dd4cb
DEBUG    botocore.auth:auth.py:430 Signature:
aa70207524f63d12dfa855dc4ee0e6244713634841bad1ee7bd89f19542b9f17
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa70207524f63d12dfa855dc4ee0e6244713634841bad1ee7bd89f19542b9f17', 'amz-sdk-invocation-id': b'd1ac628c-cb09-45ad-8f2d-c60e45db2fda', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:36 GMT', 'x-amzn-requestid': 'XmfNxIsgeqcohP3BvRx35wDuKSNSgOhh8GMt34YLD3UZol97TEbl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142136Z
20251014/us-east-1/s3/aws4_request
cc24dfa8cff68f7f36d0ef7c185a34d9c1dcd0359ec1ed30dbc85b312a00bf40
DEBUG    botocore.auth:auth.py:430 Signature:
d15145658eeb1070bb09c640ed1b8c4eaec5662add724eaa169a62326644e8ea
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d15145658eeb1070bb09c640ed1b8c4eaec5662add724eaa169a62326644e8ea', 'amz-sdk-invocation-id': b'a80b9afd-b443-4c4f-88d1-77c3554659ab', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:36 GMT', 'x-amzn-requestid': 'PthIWPgWuM8DIKkYmJDvJJyGlJGdP4QuscxvJ7OSDaRrKmPowGcI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142136Z
20251014/us-east-1/s3/aws4_request
251293523eb589e9036f5c4e7c2455f0d3e10325e00feffd454848b2815dd9ec
DEBUG    botocore.auth:auth.py:430 Signature:
8d2a80ee99ea45709c5c9998ec56fe7e33fb9f64c6f7ef563f6cc6a0443a21f7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8d2a80ee99ea45709c5c9998ec56fe7e33fb9f64c6f7ef563f6cc6a0443a21f7', 'amz-sdk-invocation-id': b'15aac269-5017-4aa0-aac0-ceda2272a9fe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:36 GMT', 'x-amzn-requestid': 'nczbapEBOWIY0PGXHvmFosIySjoMVOwfk29NXTE8NkKOYbF7OTXJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 94797ef4-de4c-4714-b060-d817b11bdfb8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 94797ef4-de4c-4714-b060-d817b11bdfb8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 94797ef4-de4c-4714-b060-d817b11bdfb8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c6242427-3424-42e5-800e-7d6ed7ac5dc7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c6242427-3424-42e5-800e-7d6ed7ac5dc7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c6242427-3424-42e5-800e-7d6ed7ac5dc7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142138Z
20251014/us-east-1/s3/aws4_request
e4da8554496504b8fbde7645caa028cdfca1c17dc6e2dbe8b1375e5fe4d64fc6
DEBUG    botocore.auth:auth.py:430 Signature:
ef1bcf889b7eff5fcb41de25ca3bd9f4ecae0093abb4b39a0b8c111d63292d39
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ef1bcf889b7eff5fcb41de25ca3bd9f4ecae0093abb4b39a0b8c111d63292d39', 'amz-sdk-invocation-id': b'b39e3364-c158-4857-bde3-cf59e484e7e8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:38 GMT', 'x-amzn-requestid': 'a5RdNhvstu5FsUqr8Yyl7N6ViFe7S4jIhXWc7ak61czlm2ZE5NSu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142138Z
20251014/us-east-1/s3/aws4_request
eeaffc362b933805cfead40be714e4136826d4f862fd06a259d3bacf3c1dfcf5
DEBUG    botocore.auth:auth.py:430 Signature:
00e6d5059ee7920570d8fb57ca6a20419fb25b7f469133f2b3c36ab35b008cd0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=00e6d5059ee7920570d8fb57ca6a20419fb25b7f469133f2b3c36ab35b008cd0', 'amz-sdk-invocation-id': b'40072812-d3d4-456c-a287-b118e9a03e2d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:38 GMT', 'x-amzn-requestid': 'Q4ESNEGG1Fo2IXEqwH9FCNfoeaaqacufIbT8mK6j4rGltbpVJcqZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142138Z
20251014/us-east-1/s3/aws4_request
6c3bb9e3b74262297cb61f877ce1d31474cada01b23fd0bd6979590e5d13d1d9
DEBUG    botocore.auth:auth.py:430 Signature:
f16f0f428b1249f51744c412e332044eafd6d500a0576dfb92b903611794336b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f16f0f428b1249f51744c412e332044eafd6d500a0576dfb92b903611794336b', 'amz-sdk-invocation-id': b'fb3db331-344c-474f-b92d-891234629b5b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:38 GMT', 'x-amzn-requestid': 'gnltcrMbxUsYbRempdi6YkXdHkhrEWBjpqBY3eA6aTaeLctjRuAH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 211694c6-1218-4539-90d8-792f811e5034, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 211694c6-1218-4539-90d8-792f811e5034, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 211694c6-1218-4539-90d8-792f811e5034, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c2591c8e-edc1-43e8-8624-b738d6fa93e2, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c2591c8e-edc1-43e8-8624-b738d6fa93e2, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c2591c8e-edc1-43e8-8624-b738d6fa93e2, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142140Z
20251014/us-east-1/s3/aws4_request
beea33d0b22033f1b6649c2600acbe5025a2c9e036bb0fb252f28d4967ce8130
DEBUG    botocore.auth:auth.py:430 Signature:
e06236b40e4bd83175d6aca3b7fcadcaaa5a5e694435a398264614c60d7a2051
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e06236b40e4bd83175d6aca3b7fcadcaaa5a5e694435a398264614c60d7a2051', 'amz-sdk-invocation-id': b'74424be5-0356-44d0-aace-9b93afefe691', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:40 GMT', 'x-amzn-requestid': 'UTGzrGMzLQtAyHgOYrw8By3Gv5C428OZNzvRrWJvgjjBQaag4EcZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142140Z
20251014/us-east-1/s3/aws4_request
819336e39a01400ea812c5e31935398efcd9e7960f1add7227aba2da1fff3182
DEBUG    botocore.auth:auth.py:430 Signature:
a2512de7530ab8cb72f16da735ae4b7fbe40ecb9670925dd7b1282b1cda7fb3d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a2512de7530ab8cb72f16da735ae4b7fbe40ecb9670925dd7b1282b1cda7fb3d', 'amz-sdk-invocation-id': b'f4b01b24-2659-4ba9-a05d-2e869d0c5b5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:40 GMT', 'x-amzn-requestid': 'KnsXjsoJRseMBcdusrqjF0KLKpnLfSibGV4m7lFBt9ZrCLcOGqT1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142140Z
20251014/us-east-1/s3/aws4_request
2f02318e5b8b9caa9a811671ba01fcae8169757d878a17a768ca3e424f4a70d2
DEBUG    botocore.auth:auth.py:430 Signature:
06f10afcb1e9c2c5f41b8807145070bfe295f2535ea4a5a551b2d185fd999315
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=06f10afcb1e9c2c5f41b8807145070bfe295f2535ea4a5a551b2d185fd999315', 'amz-sdk-invocation-id': b'7147697f-fd92-4ed7-8e34-d8b9d7d1947e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:40 GMT', 'x-amzn-requestid': 'Wl07HS43atV7N8ajURHhbrmQdcxTnhkBGSaTFz6sqhL9t9ITneDa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4e507cf3-1d2f-4941-b9f9-4ca7e7d29492, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4e507cf3-1d2f-4941-b9f9-4ca7e7d29492, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4e507cf3-1d2f-4941-b9f9-4ca7e7d29492, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ace2e8eb-2f5c-4b08-b896-8c3e7f8b3924, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ace2e8eb-2f5c-4b08-b896-8c3e7f8b3924, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ace2e8eb-2f5c-4b08-b896-8c3e7f8b3924, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142142Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142142Z
20251014/us-east-1/s3/aws4_request
46e51ce2a0ae287054db7afd24aff7f6bf99eb1a9a81e893879854bb2caef9c6
DEBUG    botocore.auth:auth.py:430 Signature:
720db7f6aa2523cef8682c6180ee9a1f5d67ad803d244717bafb546bb07efade
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142142Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=720db7f6aa2523cef8682c6180ee9a1f5d67ad803d244717bafb546bb07efade', 'amz-sdk-invocation-id': b'aad853f9-18dc-49cf-ba97-f0cfaca38573', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:42 GMT', 'x-amzn-requestid': 'Hv55q5BxJYzBFUiipYmScDbFSXsKQfHwx6T7RP8jLCroG4IDwwWM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142142Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142142Z
20251014/us-east-1/s3/aws4_request
cb108079303ec5bb8f752d593a3629836d5650b5a2d04cee536fb86b01e6fdbb
DEBUG    botocore.auth:auth.py:430 Signature:
576000a5968b193d16c393b36209436c45312a534ff75a9ffad8908f12176a3d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142142Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=576000a5968b193d16c393b36209436c45312a534ff75a9ffad8908f12176a3d', 'amz-sdk-invocation-id': b'7876247c-9a1b-4dd6-bfcc-e5d0a76a89ea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:42 GMT', 'x-amzn-requestid': '2MOrh5A4eN36wcoBOOLA1PiTA4PeyqPNJyvSR4zyTDqdfDWkKi29', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142142Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142142Z
20251014/us-east-1/s3/aws4_request
e67846310d2ceece70ba709839e5561daec726c654b07863cbc20b84b96298cb
DEBUG    botocore.auth:auth.py:430 Signature:
789462701e3e6c683650f5acda3b55a3201ab82eab48aac32a59d3af8c714f13
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142142Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=789462701e3e6c683650f5acda3b55a3201ab82eab48aac32a59d3af8c714f13', 'amz-sdk-invocation-id': b'9d2f851c-fd71-43c8-be76-9bb3ec0ef5ac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:42 GMT', 'x-amzn-requestid': 'tlzgLNPrGZL9ml9R9zphnfLD4QDa9ikPVA93mNOaE20b3vnYW0xV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7fabfcca-9406-48f7-b654-e18bbd0f1b6f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7fabfcca-9406-48f7-b654-e18bbd0f1b6f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7fabfcca-9406-48f7-b654-e18bbd0f1b6f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 79be1c19-627e-4dea-8883-8ca1f52a86ac, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 79be1c19-627e-4dea-8883-8ca1f52a86ac, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 79be1c19-627e-4dea-8883-8ca1f52a86ac, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142144Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142144Z
20251014/us-east-1/s3/aws4_request
c8030d61b462ec36867e56d2d5ea8f1ec841935160564c777ac11f894a6da820
DEBUG    botocore.auth:auth.py:430 Signature:
d764a3df3008745e83c7d693b8c4f9b7714f3ef79c3223b4cb2255842bdfe625
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142144Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d764a3df3008745e83c7d693b8c4f9b7714f3ef79c3223b4cb2255842bdfe625', 'amz-sdk-invocation-id': b'9d6a6693-4974-4d69-8232-d66cb20ec5a8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:44 GMT', 'x-amzn-requestid': 'uIWdoYk1io2nVqx9wUQAd8HJCf4yvkVwREqejoL8pL7vneoQv0sg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142144Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142144Z
20251014/us-east-1/s3/aws4_request
4a2884fda2615f57997ca17045d5f6b90f2c8085cef1327f78eeb2a758e0c0ef
DEBUG    botocore.auth:auth.py:430 Signature:
23fb7d4d1a821a51094eafa42f8384c9f76c4309f912b402ecdee000adf4f5fb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142144Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23fb7d4d1a821a51094eafa42f8384c9f76c4309f912b402ecdee000adf4f5fb', 'amz-sdk-invocation-id': b'99b11949-e657-4df6-b76b-0d97b4d8911b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:44 GMT', 'x-amzn-requestid': 'UeNn0Lp8o72sJlEfqZvzwg4LRj3yJLwVvLT79A3M5rlnjhAFvjSy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142144Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142144Z
20251014/us-east-1/s3/aws4_request
86678b8c5a66f3084ccfda30617a9f0b0393b7a81f247e4bb8b2513b38eb721f
DEBUG    botocore.auth:auth.py:430 Signature:
09f797582a586b19f8eeff5c897be1cf5a3a78f6d349fdf1ef21a30f7c9b2496
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142144Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=09f797582a586b19f8eeff5c897be1cf5a3a78f6d349fdf1ef21a30f7c9b2496', 'amz-sdk-invocation-id': b'990b1a1b-b8e1-4178-ae7e-5191a4c6df0b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:44 GMT', 'x-amzn-requestid': 'ojgFcmtZqUqnKRoZRMJ75kBWgH8NV9HgdHeWmf6dgoX3G2TRecM4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 955ab28d-faff-43be-baae-ce044e6e0652, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 955ab28d-faff-43be-baae-ce044e6e0652, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 955ab28d-faff-43be-baae-ce044e6e0652, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e57240ed-d9f6-45b2-ab97-dbe2b4cd6b7f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e57240ed-d9f6-45b2-ab97-dbe2b4cd6b7f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e57240ed-d9f6-45b2-ab97-dbe2b4cd6b7f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142146Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142146Z
20251014/us-east-1/s3/aws4_request
9b7285fa25db153a116910fc75357d2cd239fba7390158680971b6d7211d6138
DEBUG    botocore.auth:auth.py:430 Signature:
6b50cb695c6bfbc236d678fde10e2466a9bba46c3fc7646f6c89696321d32be4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142146Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6b50cb695c6bfbc236d678fde10e2466a9bba46c3fc7646f6c89696321d32be4', 'amz-sdk-invocation-id': b'cd7b2301-33a5-4dd2-8a90-91a92beae623', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:46 GMT', 'x-amzn-requestid': 'VnsdRCJRqZ1pWxF5sZN5cvzKFKpJ6FxRvAUehwSmuwvxqL5WaxBG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142146Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142146Z
20251014/us-east-1/s3/aws4_request
275b7357374a0509026ead8e1cc9041dda5dd85796e8dbab7f31668e15fe06d0
DEBUG    botocore.auth:auth.py:430 Signature:
7ebecf011da2b7b8b969ab3319bc548ed5229db5ed47cf79010d4bc244b6707e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142146Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7ebecf011da2b7b8b969ab3319bc548ed5229db5ed47cf79010d4bc244b6707e', 'amz-sdk-invocation-id': b'23d45df5-02a9-4386-95c3-8d1225931c1d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:46 GMT', 'x-amzn-requestid': 'e99khaaVTCfdONDyDjHuK5kTndGIrdvyuSkOtcJOIodAI0oNAyXV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142146Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142146Z
20251014/us-east-1/s3/aws4_request
092e5635972457682255b3b8741faac5b08421e3e65e055a45a0b1def1155e5e
DEBUG    botocore.auth:auth.py:430 Signature:
1e56a0ec921df34440ec0d3fb3ba142aab010c6b52f444558da9aa6ff63e6747
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142146Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e56a0ec921df34440ec0d3fb3ba142aab010c6b52f444558da9aa6ff63e6747', 'amz-sdk-invocation-id': b'8b6b09ac-93e4-4a0f-8136-5bb8aa1ac7a1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 54328
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:46 GMT', 'x-amzn-requestid': 'NrcwshMStd4qdtSu52TUoRiaFz3LgqwZefkge4YYFN28mizZxWLG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54328', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 49d9adbd-0b3b-4f8e-bdaf-6abb153f665a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 49d9adbd-0b3b-4f8e-bdaf-6abb153f665a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 49d9adbd-0b3b-4f8e-bdaf-6abb153f665a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2e53ada3-5cec-40a5-878e-8c0dc33b39fa, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2e53ada3-5cec-40a5-878e-8c0dc33b39fa, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2e53ada3-5cec-40a5-878e-8c0dc33b39fa, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 498, 'Portions': 147, 'ActivePortions': 147}, '__DEFAULT': {'Rows': 99502, 'Portions': 117, 'ActivePortions': 117}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 147, 'BlobSize': 170848, 'BlobCount': 735}, '__DEFAULT': {'Portions': 117, 'BlobSize': 4413560, 'BlobCount': 585}}, cold bucket stat: (0, 0), frozen bucket stat: (147, 170848)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142148Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142148Z
20251014/us-east-1/s3/aws4_request
4e8038cc1a9c2feaa21b29dc280a3dad4a80d3d2648ac291e2541f54d18ed142
DEBUG    botocore.auth:auth.py:430 Signature:
3272a56fc7469e3ddd67e8031e7c2e361e885aec6e3243384d77e28a578405c4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142148Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3272a56fc7469e3ddd67e8031e7c2e361e885aec6e3243384d77e28a578405c4', 'amz-sdk-invocation-id': b'4f3eb1a9-9113-4f99-9a8a-59fd40b49097', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:48 GMT', 'x-amzn-requestid': 'DqAhCIJskGgx4lZFRLKQcxCicARFZ2y2E8hZJWaTuVZD9tjRfHc2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142148Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142148Z
20251014/us-east-1/s3/aws4_request
7ea0fa28cb4069fe509eed41b5a997697cc20bdea8e6f3d2616f0d198c0237d5
DEBUG    botocore.auth:auth.py:430 Signature:
273c2fcd9c6a3b64e56ca29a377e5014a6b8b880ca660ecc3e4a0a391991c435
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142148Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=273c2fcd9c6a3b64e56ca29a377e5014a6b8b880ca660ecc3e4a0a391991c435', 'amz-sdk-invocation-id': b'dd01d83b-e834-4572-88c3-a25eb01f1037', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:48 GMT', 'x-amzn-requestid': 'ZUSVSV3HMp1CG25qtlCn1frTC9yc7C1stqDmiGofxNPPrWFraST1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142148Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142148Z
20251014/us-east-1/s3/aws4_request
e98c7b784c4ec139b552a8875fab414950487a8f7f985886ccffd70bbbfc1083
DEBUG    botocore.auth:auth.py:430 Signature:
a7bab230e95b8067493fe1ea900b1fc2b13aa59af14955368cb8fba2456553cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142148Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a7bab230e95b8067493fe1ea900b1fc2b13aa59af14955368cb8fba2456553cf', 'amz-sdk-invocation-id': b'cada67d4-e00e-4779-a239-5a85879b8445', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:48 GMT', 'x-amzn-requestid': 'OStFdww1h83C3DfdiX4cyVx8R6PpT0vds7qQS3jF9Ihh8ZL2brSF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a764e5f2-d685-471a-bc0c-9c07b3048093, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a764e5f2-d685-471a-bc0c-9c07b3048093, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a764e5f2-d685-471a-bc0c-9c07b3048093, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5c529393-4617-4dc0-949e-97c67d22879c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5c529393-4617-4dc0-949e-97c67d22879c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5c529393-4617-4dc0-949e-97c67d22879c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142150Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142150Z
20251014/us-east-1/s3/aws4_request
487a2f5f06f0aaff1ec68685f4432e5902d1fe77cbca1da81310c207bae78bc3
DEBUG    botocore.auth:auth.py:430 Signature:
17d152db7fab68ffee20365a3ae2b7edf9412fc46875e8db4fb5ca169021a37e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142150Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=17d152db7fab68ffee20365a3ae2b7edf9412fc46875e8db4fb5ca169021a37e', 'amz-sdk-invocation-id': b'444f1326-3402-4185-acba-bbd9409f95ab', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:50 GMT', 'x-amzn-requestid': '8BtjclfpdFQuoxWdijBoekEViPYR6fRvJHqWB0cqARgHJt7ENnAq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142150Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142150Z
20251014/us-east-1/s3/aws4_request
6a5196aa254ca75e68efe6f8fc0480ee91b5f508bf2e67282fe34c248b22fb31
DEBUG    botocore.auth:auth.py:430 Signature:
b4b41087b866fe5fcf51c4b0ce515612f8061dab2051df1cce0c4817f0840303
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142150Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b4b41087b866fe5fcf51c4b0ce515612f8061dab2051df1cce0c4817f0840303', 'amz-sdk-invocation-id': b'd2442bcd-11ea-4dae-936d-66b45cc10c52', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:50 GMT', 'x-amzn-requestid': 'inWfpFKgQttO9Q8E96vR9Ej7QArkxhrPtzRJ5v2G6QoV7JwJgg0c', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142150Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142150Z
20251014/us-east-1/s3/aws4_request
960b47606ff0803b17f974fd879662e58cbcf1775170378f066eb6794f787327
DEBUG    botocore.auth:auth.py:430 Signature:
ba5fd8e2841e7e72ffeaf9176821a424884b4b196b1a0fc33b4b59e6b352f923
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142150Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba5fd8e2841e7e72ffeaf9176821a424884b4b196b1a0fc33b4b59e6b352f923', 'amz-sdk-invocation-id': b'01cb26e8-156f-4fc6-8023-f972708a09e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:50 GMT', 'x-amzn-requestid': 'SynLslHU6zuyH47MmePXjPIm7isqMWcA2PbvZu2DZY8z67xPs5hA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7b09c5b0-5f1b-4864-b760-c99588cf1495, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7b09c5b0-5f1b-4864-b760-c99588cf1495, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7b09c5b0-5f1b-4864-b760-c99588cf1495, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1a57da67-1eed-448c-915e-1b73a025384f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1a57da67-1eed-448c-915e-1b73a025384f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1a57da67-1eed-448c-915e-1b73a025384f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142151Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142151Z
20251014/us-east-1/s3/aws4_request
eff8181ce77466a3c5b0d3201d9406d31314b53671b4cb9da91e7f6986210050
DEBUG    botocore.auth:auth.py:430 Signature:
4ad9426c375ce3d0c03e862c46b8db669f13c0cdef37f504a96e7152b3fe0c76
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142151Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4ad9426c375ce3d0c03e862c46b8db669f13c0cdef37f504a96e7152b3fe0c76', 'amz-sdk-invocation-id': b'a1aa608c-5711-48d2-9231-1db67c8cf659', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:52 GMT', 'x-amzn-requestid': 'VSK1sExlpiKl325f9ZSK8ciHJSrhGwUI0WgkB4HnN1YHcnSgtUU6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142152Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142152Z
20251014/us-east-1/s3/aws4_request
1ec14f15189a5588698f4a631041165928969433bb86c62398b7d5c36bf6026f
DEBUG    botocore.auth:auth.py:430 Signature:
597cbeff084a5a83020441240645f38bddddb7166deba525856c926340f78851
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142152Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=597cbeff084a5a83020441240645f38bddddb7166deba525856c926340f78851', 'amz-sdk-invocation-id': b'03e69840-ef81-44c9-930c-65a7b1447d43', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:52 GMT', 'x-amzn-requestid': 'q6QQLEGg0Jfh3mJpFM3s6jCfRfzBKFd7CNpbazGYos48CvsD4tw2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142152Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142152Z
20251014/us-east-1/s3/aws4_request
c7b22d02cedfd4bb29e6cae5cd5930a27a9b923dfd40bed811b908ff79e85fac
DEBUG    botocore.auth:auth.py:430 Signature:
44ea65f0a9500c24f8a4902bb5bc5ca124cbe0b673e9ebe64023b04d10bd72af
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142152Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=44ea65f0a9500c24f8a4902bb5bc5ca124cbe0b673e9ebe64023b04d10bd72af', 'amz-sdk-invocation-id': b'0546ae23-9046-4796-af4c-f41806e8693a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:52 GMT', 'x-amzn-requestid': 'DYcAGqh240OSY2EGqXgHwRXwUOgKpHfnJZfpGdGpbXgG8aWxfvUV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e79f0987-ce47-4146-a9f0-c0233a329f8e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e79f0987-ce47-4146-a9f0-c0233a329f8e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e79f0987-ce47-4146-a9f0-c0233a329f8e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1e686ee9-0d72-4824-ba3c-50a27cd7a380, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1e686ee9-0d72-4824-ba3c-50a27cd7a380, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1e686ee9-0d72-4824-ba3c-50a27cd7a380, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142153Z
20251014/us-east-1/s3/aws4_request
614d9779bde2bf621276c411f4ffd384e67cb7e479e4a5a97aecc66b281a16dd
DEBUG    botocore.auth:auth.py:430 Signature:
8d4089425eba598cf992b34cc75b1c82b1c9cf1ed686653dec4372c75f745d80
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8d4089425eba598cf992b34cc75b1c82b1c9cf1ed686653dec4372c75f745d80', 'amz-sdk-invocation-id': b'9d8f31bb-e056-49df-b7ce-8ed5ad484e54', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:53 GMT', 'x-amzn-requestid': 'rM7Ft6AgtGAEM3soGhUbkecViGGvDmtJP05DvCHf1bByehgMQzG4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142153Z
20251014/us-east-1/s3/aws4_request
ecd11ad531f61cfdfc6bcef291a4b9b0453d7d43dcb76214c0f44b05415df4eb
DEBUG    botocore.auth:auth.py:430 Signature:
72db88649b625a852c92f3ac7c3aa0e0ef869534612942ed18117002e9cdea52
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=72db88649b625a852c92f3ac7c3aa0e0ef869534612942ed18117002e9cdea52', 'amz-sdk-invocation-id': b'dd6f1246-5ea1-4c24-9984-6c77630c8426', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:53 GMT', 'x-amzn-requestid': 'liklrguPbTY1h7PatQUFhOaedtONMaeKEnHACzDVbgwcBKbwDIOA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142153Z
20251014/us-east-1/s3/aws4_request
0a28ac6815716bb5ff85a5f77727ace1ddb0bf616fd2b6273edd2ee0b8761e80
DEBUG    botocore.auth:auth.py:430 Signature:
f9ff25034735ee907d9ec6d3c2045c8dcd79f3e8647f7dd3658b1ba381125375
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f9ff25034735ee907d9ec6d3c2045c8dcd79f3e8647f7dd3658b1ba381125375', 'amz-sdk-invocation-id': b'c08171eb-1ad5-4f39-86f6-cfa394d84e71', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:53 GMT', 'x-amzn-requestid': 'zxfWJb7ob8WteN5w2WWYl9qlTi2rdm4Ko6Eh2Xuvxl76vHcqPVQJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 18c0f877-62ee-4992-8e93-2febd805299e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 18c0f877-62ee-4992-8e93-2febd805299e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 18c0f877-62ee-4992-8e93-2febd805299e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bab96963-413f-48ee-80ce-3058de48b46d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bab96963-413f-48ee-80ce-3058de48b46d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bab96963-413f-48ee-80ce-3058de48b46d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142155Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142155Z
20251014/us-east-1/s3/aws4_request
a4c5415be5612a95297900d8782d3e9d19f774074bec9719a00e9922213af452
DEBUG    botocore.auth:auth.py:430 Signature:
2266cbe75c347b707b457c31ca822e7f432e5b41244579706aebcab75e77616c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142155Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2266cbe75c347b707b457c31ca822e7f432e5b41244579706aebcab75e77616c', 'amz-sdk-invocation-id': b'583211e6-a5f7-4c08-be97-09a5fe0cdd64', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:55 GMT', 'x-amzn-requestid': 'wH9gVdJjzmhEGHwVRyDDqadCYPRUAXJqpR645XoVbePesU5g5qxg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142155Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142155Z
20251014/us-east-1/s3/aws4_request
7551d2dffe3fa781355dda0525a10d9b8eea326e5d2d6dceda6b99bb725e4f9d
DEBUG    botocore.auth:auth.py:430 Signature:
d7826ee9ddf07ff1d8e35ed257fce31b88aec93cab15686e9f04d31e50ce2995
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142155Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d7826ee9ddf07ff1d8e35ed257fce31b88aec93cab15686e9f04d31e50ce2995', 'amz-sdk-invocation-id': b'42b98a4f-c825-4263-ae3d-94bba3155bac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:55 GMT', 'x-amzn-requestid': 'PtCfgB0n6KpBpOydLkiPigEflWDzVBLeey6b3WoaVzWRsMFwp6ih', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142155Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142155Z
20251014/us-east-1/s3/aws4_request
cd0aea10770e46adf991df07d407845ff69f9a9b0162c7d7f9ebc84444aeff4e
DEBUG    botocore.auth:auth.py:430 Signature:
f658f4592597b605b9a24febec0442214d72ba7a8f7acc7474364c6bd67226aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142155Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f658f4592597b605b9a24febec0442214d72ba7a8f7acc7474364c6bd67226aa', 'amz-sdk-invocation-id': b'd5143c9c-9be3-462e-afee-4c14bb1af607', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:55 GMT', 'x-amzn-requestid': 'k0gB5wNo8ZKIIvgJL5nSVr5ubqrxc9Plmx7FIPb5FOZWeSNhsiS6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 84822857-3a92-4938-b41b-17931729ef87, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 84822857-3a92-4938-b41b-17931729ef87, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 84822857-3a92-4938-b41b-17931729ef87, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 86828113-b7e5-44aa-be40-ae138c3591ed, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 86828113-b7e5-44aa-be40-ae138c3591ed, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 86828113-b7e5-44aa-be40-ae138c3591ed, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142157Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142157Z
20251014/us-east-1/s3/aws4_request
9fbf38ef1ae94cd053c9c78bf480c07537355dd353e255c7a9b4f538cdc8dd67
DEBUG    botocore.auth:auth.py:430 Signature:
443b8832fd1c015cde8bb1da58a1f921aaadba57fd7f44ff4ce6bf056d50db32
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142157Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=443b8832fd1c015cde8bb1da58a1f921aaadba57fd7f44ff4ce6bf056d50db32', 'amz-sdk-invocation-id': b'fad6f0e4-65a9-4c99-b7bf-ed42eb1d139b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:57 GMT', 'x-amzn-requestid': 'oWK7exMqWyPySJ45Spo6Pmneds8uqhzKTPDnaiYIPbcUHADca5t3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142157Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142157Z
20251014/us-east-1/s3/aws4_request
ef5510021dccbc5a943a30b75834c9fc9eaf16c71d5d262d87147cd4e6bc3bd3
DEBUG    botocore.auth:auth.py:430 Signature:
a78889dcac516a2ff3f68bc7fc275d62ea8b6bcc75d4943bd7b6535d2405a3b5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142157Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a78889dcac516a2ff3f68bc7fc275d62ea8b6bcc75d4943bd7b6535d2405a3b5', 'amz-sdk-invocation-id': b'8296190a-4c16-4786-a1fe-7c126e4393db', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:57 GMT', 'x-amzn-requestid': 'rf0gb8Pa1hwlIkrTgZxvrWSD3XgmhxnX7J1lywMNrFDoaEfD9b50', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142157Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142157Z
20251014/us-east-1/s3/aws4_request
91ae5f5d1c6d2508542444a22ef9b1f214b91a5600fa42c516c803addea6ddb7
DEBUG    botocore.auth:auth.py:430 Signature:
371843b660bbe97a7c1f51d546020f9fd90ffa3715fa514e9bf35a9e715eacfb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142157Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=371843b660bbe97a7c1f51d546020f9fd90ffa3715fa514e9bf35a9e715eacfb', 'amz-sdk-invocation-id': b'5c949752-80bc-42d2-a4ff-95df02479da9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:57 GMT', 'x-amzn-requestid': 'Z4ONIcdJIgfXrlPiZkl9FiVsJzBNSH4Eyk7ZlXylf95aAhhc71sL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 97f9d20e-5db6-41f5-b91c-cb8e6f0e526e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 97f9d20e-5db6-41f5-b91c-cb8e6f0e526e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 97f9d20e-5db6-41f5-b91c-cb8e6f0e526e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8c841468-058c-4690-ab1f-82cd3186ea30, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8c841468-058c-4690-ab1f-82cd3186ea30, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8c841468-058c-4690-ab1f-82cd3186ea30, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142159Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142159Z
20251014/us-east-1/s3/aws4_request
1808b16c02a612492685c3f868086ea6a1b4abff4719946a0182b49573244bfb
DEBUG    botocore.auth:auth.py:430 Signature:
7043946638658977aee3aa5cf825c0d94bd995256da1525a353caa5770fda42b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142159Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7043946638658977aee3aa5cf825c0d94bd995256da1525a353caa5770fda42b', 'amz-sdk-invocation-id': b'7edfa306-c7c3-49e6-88ce-813a6ab88924', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:21:59 GMT', 'x-amzn-requestid': 'hIc4IBbLpCFdino5Tv3UV79LmK8BxZAHrZ9bHUfU5KccRtBKjf8P', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142159Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142159Z
20251014/us-east-1/s3/aws4_request
14f2f6fdb56012b851361a2a42693a7ea2ebb27524547377ab6f5603aa8fbbcf
DEBUG    botocore.auth:auth.py:430 Signature:
aa9df4a53ead77ca811c7467aa572d63ac0aabc0d8e81c10c5c003026526498b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142159Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa9df4a53ead77ca811c7467aa572d63ac0aabc0d8e81c10c5c003026526498b', 'amz-sdk-invocation-id': b'20487b61-9801-474e-8d46-c193ba0293f3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:21:59 GMT', 'x-amzn-requestid': 'IXDNMsppSLa6ji0O55rzowHaMfovn1PYyWCdpI7yz1gUI6yEGJbq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142159Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142159Z
20251014/us-east-1/s3/aws4_request
b6b479b226c7d5fea5e6d0bdd7661db998ff954d3b0053d22a4aa16b4a296039
DEBUG    botocore.auth:auth.py:430 Signature:
dff58385848ca600ac3a927cd440d5693f0ddddc73270455bbff3a26014b316b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142159Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dff58385848ca600ac3a927cd440d5693f0ddddc73270455bbff3a26014b316b', 'amz-sdk-invocation-id': b'71931b15-7109-46cb-8abf-30624646e82c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:21:59 GMT', 'x-amzn-requestid': 'IGkw7HlB4inYOUTPNQX6hSynh3vEzdVlwZSWsh1qiKTJLA8zELad', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa215fb2-61f4-4194-b2fe-ad48806d36f4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa215fb2-61f4-4194-b2fe-ad48806d36f4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aa215fb2-61f4-4194-b2fe-ad48806d36f4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 82ae1381-acc4-467e-aba8-ae67c600b251, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 82ae1381-acc4-467e-aba8-ae67c600b251, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 82ae1381-acc4-467e-aba8-ae67c600b251, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142201Z
20251014/us-east-1/s3/aws4_request
46df6f3693667ae03c0a77617bd7df37759427c8f8dcb0cd29c05654f14fe51e
DEBUG    botocore.auth:auth.py:430 Signature:
9b3f51f2ec0729fe14c78fd1e27f8f2718c5c6d4b500f55ca87644c90e7f8b4b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9b3f51f2ec0729fe14c78fd1e27f8f2718c5c6d4b500f55ca87644c90e7f8b4b', 'amz-sdk-invocation-id': b'5242295e-f5b0-4bf6-b8a7-0efa2690db92', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:01 GMT', 'x-amzn-requestid': 'Xhtt2wzH4uE7SRG75wuhYfGNWZGC1j7eaxLVlfFahLjk6m5j0yLL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142201Z
20251014/us-east-1/s3/aws4_request
38feae7e79f9571e1ced0e7fa8f36bf8383e5bc0f67b9650c5d385bf48884fbb
DEBUG    botocore.auth:auth.py:430 Signature:
2c2a4f3757deb10f482c081832ccfd43d4dc4921b11904cf7b33c615dc70882b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c2a4f3757deb10f482c081832ccfd43d4dc4921b11904cf7b33c615dc70882b', 'amz-sdk-invocation-id': b'58afcbd8-86b1-42d8-80dd-d49f0ea93913', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:01 GMT', 'x-amzn-requestid': 'teY5QvrVQxc7KjF4mXpYp1FzzaDaqEZcEdJpjtSr9NISXOMDkMWo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142201Z
20251014/us-east-1/s3/aws4_request
67baa5702dfef805018578ee0963c864d909af5e29800a06d67de6abff14549d
DEBUG    botocore.auth:auth.py:430 Signature:
60b970033340cd34cf4669812b89f28d9296e1bb364de8e60abb4cf094937c3d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=60b970033340cd34cf4669812b89f28d9296e1bb364de8e60abb4cf094937c3d', 'amz-sdk-invocation-id': b'7538ab29-e82b-450d-a416-344c3b9cbc16', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:01 GMT', 'x-amzn-requestid': 'qmjlIUJDpZVArW7UaMVP09DmV4Be47AQi3z7fX3W9mLcJEB0OWrO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eccd6463-c506-4978-94a1-ae9e1837bff4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eccd6463-c506-4978-94a1-ae9e1837bff4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eccd6463-c506-4978-94a1-ae9e1837bff4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7dca7335-09de-4623-9595-9fbcbe3135a5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7dca7335-09de-4623-9595-9fbcbe3135a5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7dca7335-09de-4623-9595-9fbcbe3135a5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142203Z
20251014/us-east-1/s3/aws4_request
bac3bf407f3a7cde2abb562c992fe18d848ea47fff298a3d70c82f0061f9936e
DEBUG    botocore.auth:auth.py:430 Signature:
5ede5cea5389cb46aea8dad1b044a083808709e1434d01ff7260c5e06009f78c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5ede5cea5389cb46aea8dad1b044a083808709e1434d01ff7260c5e06009f78c', 'amz-sdk-invocation-id': b'ec2961e4-8d45-417c-868e-78888b83729b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:03 GMT', 'x-amzn-requestid': 'XxS4vjA3IJRh9RhXoWwEaVxLEO0YNkh3amGbhLzkHvZuu0RhYOgq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142203Z
20251014/us-east-1/s3/aws4_request
a504e18f4e22a0c4ad205ca673ff83a2df5aca5f4a64874a9c4851ffbe495d82
DEBUG    botocore.auth:auth.py:430 Signature:
0de8e17d3b40605f49ab1539c3fe104e8a86670ab0cd88b474b5a52a673e458c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0de8e17d3b40605f49ab1539c3fe104e8a86670ab0cd88b474b5a52a673e458c', 'amz-sdk-invocation-id': b'13c7655a-ae63-4a31-98e9-31d981923333', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:03 GMT', 'x-amzn-requestid': '11J5ai7NCvBc5aIh0RV3wMP39EZbXlzsXUdwK6taTLRSCSsOMreD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142203Z
20251014/us-east-1/s3/aws4_request
b3cc0eb551f400b8784472e03dae51e6e3a66f536e6e8fe065c643f7ffd4948d
DEBUG    botocore.auth:auth.py:430 Signature:
27054ba874c998a250fb0baa6b64cb6740473f2c84fe017a8c2dd0c0d3ac6313
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=27054ba874c998a250fb0baa6b64cb6740473f2c84fe017a8c2dd0c0d3ac6313', 'amz-sdk-invocation-id': b'9ec07939-a769-49f9-abc3-225f95502ded', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:03 GMT', 'x-amzn-requestid': 'TU8gctzSOer2vwNitcpU7N7ihDxzQq8cBMoRR04xJx79PSarrp3F', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a85fb52f-ec73-45ef-9d89-59f8d55238a1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a85fb52f-ec73-45ef-9d89-59f8d55238a1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a85fb52f-ec73-45ef-9d89-59f8d55238a1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 535d9e6c-aed9-47f9-8add-059f359b6f23, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 535d9e6c-aed9-47f9-8add-059f359b6f23, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 535d9e6c-aed9-47f9-8add-059f359b6f23, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142205Z
20251014/us-east-1/s3/aws4_request
23b1442f61898a3ec9501ba88e5df01747b2e4781e034d1d1370a0757b0d07c3
DEBUG    botocore.auth:auth.py:430 Signature:
16e6900abc584f7dd28038f8fa2e0fc16e3f13ce00c53231d45866ddb47da8c3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=16e6900abc584f7dd28038f8fa2e0fc16e3f13ce00c53231d45866ddb47da8c3', 'amz-sdk-invocation-id': b'4a88d04c-763d-4c1b-af24-1c24a10cc2bc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:05 GMT', 'x-amzn-requestid': 'uRb5lb1MOwGAituwsfsmMRCoeRGdhBLdALljfSO7G75NEucvSVEu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142205Z
20251014/us-east-1/s3/aws4_request
71350f7726f15a28c674f37fd0751aaa263fe342e4a49d79e8a9a22f749a7078
DEBUG    botocore.auth:auth.py:430 Signature:
f4c71c09947f643a6ab9311ba88ee410b4b93cdc992f13ecbe6e509f0875919c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f4c71c09947f643a6ab9311ba88ee410b4b93cdc992f13ecbe6e509f0875919c', 'amz-sdk-invocation-id': b'221725a6-e3f2-48ff-9638-e406ed182cfb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:05 GMT', 'x-amzn-requestid': '6l6giBsRZKXgTEEbHPYtVJjsBHP8Qq19PtWjrNqYu5ZZk1criaem', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142205Z
20251014/us-east-1/s3/aws4_request
e9034ef781940217c06e531116065fae80699f929da6f61164f5389582efe23b
DEBUG    botocore.auth:auth.py:430 Signature:
75a6bfd673fe8c1a4ffd6be3dc62a9bd5645f45e7281d5704fce1d1cbf9adc36
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=75a6bfd673fe8c1a4ffd6be3dc62a9bd5645f45e7281d5704fce1d1cbf9adc36', 'amz-sdk-invocation-id': b'6c70068b-9d01-4b1f-962d-7f595de37f34', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:05 GMT', 'x-amzn-requestid': 'WTU1ZSXOYfgxolWrW35jsWrRpeO5auItFtVp2ACIIEjeDVt4EMSU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 95d271c8-9db3-43f7-8583-8093e715a1c3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 95d271c8-9db3-43f7-8583-8093e715a1c3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 95d271c8-9db3-43f7-8583-8093e715a1c3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a278b035-c269-460d-8db4-3d58061ed9ca, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a278b035-c269-460d-8db4-3d58061ed9ca, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a278b035-c269-460d-8db4-3d58061ed9ca, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142207Z
20251014/us-east-1/s3/aws4_request
5c46b0bf8173e633f642cfb890bee7965d3a9927c1cd53ea6f245e214e7b6ebc
DEBUG    botocore.auth:auth.py:430 Signature:
f8ce7fe808bc72c067e750ff57d46d055b056eb857f78b2b9b98f72781328488
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f8ce7fe808bc72c067e750ff57d46d055b056eb857f78b2b9b98f72781328488', 'amz-sdk-invocation-id': b'67f755fc-2207-4392-add4-23cbfed8a354', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:07 GMT', 'x-amzn-requestid': 'rxbqYglolFpDN1PxCEutowqmSyP48UzEt3AzfUK2QhNNVptqmwP3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142207Z
20251014/us-east-1/s3/aws4_request
15fa67a0ea42a87b5b194bd2d77a425004cee7d8c7e3c65e17a33684a36724d0
DEBUG    botocore.auth:auth.py:430 Signature:
ec5a4a9578b4b47f4760569022046d9ed5d7438664ceaeb192264193f610b7de
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ec5a4a9578b4b47f4760569022046d9ed5d7438664ceaeb192264193f610b7de', 'amz-sdk-invocation-id': b'79795b71-a10e-41a0-9629-a66f53b95ff3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:07 GMT', 'x-amzn-requestid': 'OY2Gf2yZvAPBk0qviqPZU2kMXAFFtqDQ9OiD3sV28HcmtVYw9eJA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142207Z
20251014/us-east-1/s3/aws4_request
e3dca0be44f90c447b42e06f5887d6fc48367bf4287f69300316ce16c8e656e2
DEBUG    botocore.auth:auth.py:430 Signature:
6f9639713abd05933d82b536ad284a5074e27df26c0d33b3a5c811f9b481b7cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f9639713abd05933d82b536ad284a5074e27df26c0d33b3a5c811f9b481b7cf', 'amz-sdk-invocation-id': b'bcff7d75-5d2c-4c7b-9049-173fe88688ed', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:07 GMT', 'x-amzn-requestid': 'FiznHsT4qLCVnix0gZZ0BNePBTpdZpyGyFyETRbGATxwCpX5Utw4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d489a434-c873-4645-8950-d364146310d1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d489a434-c873-4645-8950-d364146310d1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d489a434-c873-4645-8950-d364146310d1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b76ae714-99fa-423a-ad86-cee8e42a6511, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b76ae714-99fa-423a-ad86-cee8e42a6511, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b76ae714-99fa-423a-ad86-cee8e42a6511, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142209Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142209Z
20251014/us-east-1/s3/aws4_request
aa73bbeac65dd2b6a122a1d1f6058983a16ae533a5f7a7da3e2ae44941818e78
DEBUG    botocore.auth:auth.py:430 Signature:
0b7b4741ca9f060802cb774da239c4dad4ea4d2d5ee2f3a97804f47baba111be
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142209Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0b7b4741ca9f060802cb774da239c4dad4ea4d2d5ee2f3a97804f47baba111be', 'amz-sdk-invocation-id': b'9a0cd7c9-9a4a-4234-9f68-69e92c155b15', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:09 GMT', 'x-amzn-requestid': '3zHBx9UWUMtJx5wX9dVpTVCECYklUEg1GTgmN8mlXiF0TyTywzhB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142209Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142209Z
20251014/us-east-1/s3/aws4_request
c186cc9058e60b2799f7eb8bab1c76c428151b1fe6952ebc28cd59ec9f3efe29
DEBUG    botocore.auth:auth.py:430 Signature:
a9840b0b7d7971893ff87446ca5a41b564c590dc61b6359b725febacc9d088c4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142209Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a9840b0b7d7971893ff87446ca5a41b564c590dc61b6359b725febacc9d088c4', 'amz-sdk-invocation-id': b'e2d677aa-c786-40c6-9a0f-919111f8e421', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:09 GMT', 'x-amzn-requestid': '7Oi9k6YKzQyWJEsbOyEhDbaiKEXBSY8KQORlaCqyCaKksSPEEVYN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142209Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142209Z
20251014/us-east-1/s3/aws4_request
3659b0492e38a83aead30df7767c0773d4d1ffcbee9b63607be0833c2851f7d6
DEBUG    botocore.auth:auth.py:430 Signature:
3ee28fb180cabce582e02a389a434009a54fb41eee374b555f727d9279b7a272
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142209Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3ee28fb180cabce582e02a389a434009a54fb41eee374b555f727d9279b7a272', 'amz-sdk-invocation-id': b'512030eb-76d8-4ce4-a65f-002b32cd1657', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:09 GMT', 'x-amzn-requestid': 'qgyL4EGCER5jWdlBsk9zcxnV4398A6cdyxtJFgww7mRbb3IagaaO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 785914bf-1699-4085-9bf4-a2cd0847953c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 785914bf-1699-4085-9bf4-a2cd0847953c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 785914bf-1699-4085-9bf4-a2cd0847953c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c419840a-15e8-440e-99f0-efd112ba0af7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c419840a-15e8-440e-99f0-efd112ba0af7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c419840a-15e8-440e-99f0-efd112ba0af7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142210Z
20251014/us-east-1/s3/aws4_request
68e717313ac0f83c6eabdf8ea948050fe52bb494a1b9a9524b769e3bb6acc343
DEBUG    botocore.auth:auth.py:430 Signature:
a8daff972062066cc542afeeccd7b753d3ad1988813a0f281b14fa90a64dbfc8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a8daff972062066cc542afeeccd7b753d3ad1988813a0f281b14fa90a64dbfc8', 'amz-sdk-invocation-id': b'7e416f5b-c2dc-45cd-a313-6c7b79236fbc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:10 GMT', 'x-amzn-requestid': 'fOFaYDFQEohF6BK7l3F5eOVZeRFuqrXgz5kHYM3HZVKv50Z668DG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142210Z
20251014/us-east-1/s3/aws4_request
f2b550d78dd3b23e11a084df5c5ddcb9d5556c61f101e2912b5c94aaaa395adc
DEBUG    botocore.auth:auth.py:430 Signature:
4bee4ae86f7ae2220f236d86fc553e40a02ced346a7eee6f77bb12568b9b9c83
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4bee4ae86f7ae2220f236d86fc553e40a02ced346a7eee6f77bb12568b9b9c83', 'amz-sdk-invocation-id': b'7e456aad-91a3-451b-b1c0-109775bdcc61', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:10 GMT', 'x-amzn-requestid': '5HxiCPAGccvJCcuao1o6si0sHaHR8KKRIOttUcU2MXf1EAgEEG7A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142210Z
20251014/us-east-1/s3/aws4_request
309bbeb72d08a9ef4d1812efe5c0ca56d3ef27ee97b647a098d721971d5707b8
DEBUG    botocore.auth:auth.py:430 Signature:
33b4b3e6d8b00c61e624d7de40ae063de4526714bb17afce545c2d7d89a8658f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=33b4b3e6d8b00c61e624d7de40ae063de4526714bb17afce545c2d7d89a8658f', 'amz-sdk-invocation-id': b'134fa49d-c47d-40bc-82d2-3402fcd665dc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:10 GMT', 'x-amzn-requestid': 'VqdXiCaMkfA9rMArwDgPhO4Q2DhuhHFCrE94bBOSjuFEcLNt2RU8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cde2b2a2-c98d-43ba-9632-f1794f97e125, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cde2b2a2-c98d-43ba-9632-f1794f97e125, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cde2b2a2-c98d-43ba-9632-f1794f97e125, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5dae5a0f-c6f7-41e2-adc1-8b4669987a2a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5dae5a0f-c6f7-41e2-adc1-8b4669987a2a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5dae5a0f-c6f7-41e2-adc1-8b4669987a2a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142212Z
20251014/us-east-1/s3/aws4_request
9cec097315624461a48676d80b8678ad41e761f5ad7f1b850dd9d744c4761cc2
DEBUG    botocore.auth:auth.py:430 Signature:
c1dc55c61b28d4aed27c3e03f028245a4ec0bb18032cf9c678ecb92f8d0d8816
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c1dc55c61b28d4aed27c3e03f028245a4ec0bb18032cf9c678ecb92f8d0d8816', 'amz-sdk-invocation-id': b'a0d57f46-69e2-4b48-bf81-d1a753d7d663', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:12 GMT', 'x-amzn-requestid': 'uHOV1aFeQAh03ChwueDkOpfQAySQva1EGMEjzmBQfLacrZZEO1oM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142212Z
20251014/us-east-1/s3/aws4_request
42be0cb3174c23af78b71bc395acd6b27004d31f5571e18d935aff5e6492ea39
DEBUG    botocore.auth:auth.py:430 Signature:
17b7d43c6466ce7cb41ddd6e735eddc5fcf923db1455816446eca95f35215f74
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=17b7d43c6466ce7cb41ddd6e735eddc5fcf923db1455816446eca95f35215f74', 'amz-sdk-invocation-id': b'9169a43d-5231-4a66-8824-70f7ce032f5f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:12 GMT', 'x-amzn-requestid': '2UabDh1S3YfOV7ZMmVfBHrhi0goy0yb7peF1hAj6aQyklWU4BEYK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142212Z
20251014/us-east-1/s3/aws4_request
53e9850264b492c68f3ba43b27c327ac4b5abd52274696cde35aaca2e953b8a1
DEBUG    botocore.auth:auth.py:430 Signature:
19fcb3e8553f221fcd3fc5636e5b2616e7dce4157b5fa015c06ea1a948eab956
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=19fcb3e8553f221fcd3fc5636e5b2616e7dce4157b5fa015c06ea1a948eab956', 'amz-sdk-invocation-id': b'84879a58-dc36-4ee0-93e6-2b9dae1b0416', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:12 GMT', 'x-amzn-requestid': 't5u3wFTRzwNpqC6e1G69q0EtflOKUqE3SScsV0bYwhUouQYMRIzd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cf0dcecd-d827-4dec-acc4-6c8b4ff2cab4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cf0dcecd-d827-4dec-acc4-6c8b4ff2cab4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cf0dcecd-d827-4dec-acc4-6c8b4ff2cab4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 172527dd-ed29-4cee-833a-e34dd65f7d3f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 172527dd-ed29-4cee-833a-e34dd65f7d3f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 172527dd-ed29-4cee-833a-e34dd65f7d3f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142214Z
20251014/us-east-1/s3/aws4_request
05c37a6a86964179b314bc93de1e40b601f44cedbedf5320bffc58c3f621a611
DEBUG    botocore.auth:auth.py:430 Signature:
0bf82c33fb0036191e7341e6aa5cbd773f12d9aead1a97f418eef45718b2b871
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0bf82c33fb0036191e7341e6aa5cbd773f12d9aead1a97f418eef45718b2b871', 'amz-sdk-invocation-id': b'bd2a4b58-589c-44c1-9318-885a21865380', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:14 GMT', 'x-amzn-requestid': 'bvjqjdfrrPKIplJjyvHhmK2APQrw14a3XY1LHkDnRqWuirKXBoJK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142214Z
20251014/us-east-1/s3/aws4_request
f641a29dc478bc13fe3369ad3c64971c945d7eedb15a2964bf1e7a5b12c43140
DEBUG    botocore.auth:auth.py:430 Signature:
f0199b164a8b4f720c138aedf867fdedf82d0ce42b47af1adc257e947704b878
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0199b164a8b4f720c138aedf867fdedf82d0ce42b47af1adc257e947704b878', 'amz-sdk-invocation-id': b'9ec0e5a3-bc8b-4f70-90eb-a6ccda0f66cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:14 GMT', 'x-amzn-requestid': 'YEFAkaZrsJPemxvjI7sr1xs23ZgMIdcUIUP5o2MpxSao2ISFOf3O', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142214Z
20251014/us-east-1/s3/aws4_request
9a0e38139e3de21a79f41a8fd2dbe1bca88b5293b02fb0f02ac59fe73b4e709b
DEBUG    botocore.auth:auth.py:430 Signature:
f2dbfac0ff6ca4ef83b5e0674d6093f2ae0dbdd9761f194eaa918eaa17860e2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f2dbfac0ff6ca4ef83b5e0674d6093f2ae0dbdd9761f194eaa918eaa17860e2e', 'amz-sdk-invocation-id': b'030acf78-d0e7-4655-9d42-1e03aa762ed5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:14 GMT', 'x-amzn-requestid': 'BBsmda4C3kpW7XVdCaq4ok9UXjFITFjWIbgOXA5nY7O5Q1Ys2rFm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d5ff08e3-9942-411e-9eb0-6ba36c52264f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d5ff08e3-9942-411e-9eb0-6ba36c52264f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d5ff08e3-9942-411e-9eb0-6ba36c52264f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 799a797c-352d-41dc-a85d-49805be74da1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 799a797c-352d-41dc-a85d-49805be74da1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 799a797c-352d-41dc-a85d-49805be74da1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142216Z
20251014/us-east-1/s3/aws4_request
175044d30102e322eb5d9a0d868dcf0e3e2ba5b771f1289c42179fb3729fe953
DEBUG    botocore.auth:auth.py:430 Signature:
223702e28e5dcc1e479306a601836e129c05acaf285820f825d0b6aef26c311c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=223702e28e5dcc1e479306a601836e129c05acaf285820f825d0b6aef26c311c', 'amz-sdk-invocation-id': b'bc0914cd-7769-44c6-97f5-0a7bc743bb43', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:16 GMT', 'x-amzn-requestid': 'POx6SqBhXHqF2ADD1zV6ZARFjbGfB7JsJhnjyZg5nfJ8c1o9uhB2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142216Z
20251014/us-east-1/s3/aws4_request
b3020872de166cc724cd3e592eb362675b2ee3f28788ca12f88bdab2de7e20af
DEBUG    botocore.auth:auth.py:430 Signature:
c21663dd2a2c0907456d3082242bdd1cee4f3eb48da7d83f83e5296e902f9dec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c21663dd2a2c0907456d3082242bdd1cee4f3eb48da7d83f83e5296e902f9dec', 'amz-sdk-invocation-id': b'06c61fdd-2217-4529-bfee-2f0a834ef084', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:16 GMT', 'x-amzn-requestid': '9WXDYALaUHLWpiZraEdcPaOOKuTA9JuuAeLGPdJZR0sj28eXX0e0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142216Z
20251014/us-east-1/s3/aws4_request
5e876d35fbcfac6cdbb5c7f95fd17e7aa8ec4baa503fc16d697b5d64fc58908f
DEBUG    botocore.auth:auth.py:430 Signature:
52d1ced397cb8cb42b46b4813786667cdbf3fc6fc6078c63525b38b4e192bf17
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=52d1ced397cb8cb42b46b4813786667cdbf3fc6fc6078c63525b38b4e192bf17', 'amz-sdk-invocation-id': b'1f9981a0-8b10-470a-9cc0-9c11558a780d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:16 GMT', 'x-amzn-requestid': 'sF3NM1yFbRmhPh0A03wcoMqKSOpXI10KvYTf9fzYv43HViDYtVzy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dedb658c-10bb-4292-a86e-d0bb8d7dd3bc, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dedb658c-10bb-4292-a86e-d0bb8d7dd3bc, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dedb658c-10bb-4292-a86e-d0bb8d7dd3bc, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9dad6e77-43b8-45c0-a49f-ec78ac310c08, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9dad6e77-43b8-45c0-a49f-ec78ac310c08, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9dad6e77-43b8-45c0-a49f-ec78ac310c08, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142217Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142217Z
20251014/us-east-1/s3/aws4_request
c809dc0656055981a574db913de0d499dd7968a8bd281edd1ec16e39d72fd660
DEBUG    botocore.auth:auth.py:430 Signature:
4d33cedc8bacf3d63175e0c546462e3b6f6b798d2442566ac3fc86ff96e43b0c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142217Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4d33cedc8bacf3d63175e0c546462e3b6f6b798d2442566ac3fc86ff96e43b0c', 'amz-sdk-invocation-id': b'aca1cd8e-dc6c-4aee-8325-863245c48183', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:17 GMT', 'x-amzn-requestid': 'cSLGRGk0b6qkermIeBMLo0mS7nxEr4wr8EpEKuX0Iq9wrJ0fUJtI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142217Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142217Z
20251014/us-east-1/s3/aws4_request
ca64eb9754902298883bb634ca207faa21cc5b57c9f7ef5404b1b09858c39452
DEBUG    botocore.auth:auth.py:430 Signature:
f824f0e8a13bbeeedd4671907251c6993214fc15b52f4fc95bd27c9b8d5508ee
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142217Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f824f0e8a13bbeeedd4671907251c6993214fc15b52f4fc95bd27c9b8d5508ee', 'amz-sdk-invocation-id': b'ad69796e-d9d3-4e7a-a099-b6ff03e784d1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:18 GMT', 'x-amzn-requestid': 'sPtJks2yEug66Lfs6pQjH3W3mtQonKnqYLbQ23TcR3RE1ajGGG4I', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142218Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142218Z
20251014/us-east-1/s3/aws4_request
0b0c08c00e6878bfff2a128748d237393f89821b689b1b03d654684979a90f50
DEBUG    botocore.auth:auth.py:430 Signature:
79bb80a10cb5ba73d55e3c7fd25166f088a7ae2493a9fb335c11fd234d9f19db
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142218Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=79bb80a10cb5ba73d55e3c7fd25166f088a7ae2493a9fb335c11fd234d9f19db', 'amz-sdk-invocation-id': b'd1b4d684-9fae-458b-8129-14ba219d4e1c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:18 GMT', 'x-amzn-requestid': 'fAIrb4MAiDM65HXRQE6lQQH2DmWrIC1u4wZBbuiayYsXqnhSfylg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 678e3ba5-b785-4820-a935-c89b404272df, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 678e3ba5-b785-4820-a935-c89b404272df, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 678e3ba5-b785-4820-a935-c89b404272df, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, af03e6ed-c086-4d36-a491-9b28b99d7f99, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, af03e6ed-c086-4d36-a491-9b28b99d7f99, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, af03e6ed-c086-4d36-a491-9b28b99d7f99, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142219Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142219Z
20251014/us-east-1/s3/aws4_request
6a0c104d7b3cab7566d60a1f64fed23b112d5e0bedf091c680b462e125356a27
DEBUG    botocore.auth:auth.py:430 Signature:
7b189933cb0e95335c3ad68ed4777b70154e4cbaad2c4f9421f623cc1d93ca29
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142219Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b189933cb0e95335c3ad68ed4777b70154e4cbaad2c4f9421f623cc1d93ca29', 'amz-sdk-invocation-id': b'd18370af-d3cc-4290-9d35-46d50a8bfd50', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:19 GMT', 'x-amzn-requestid': 'yTzn12av0A23VZJEGcTKQkw8y1FkAXhYvsdhvcthL9s2pNG2ngJO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142219Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142219Z
20251014/us-east-1/s3/aws4_request
ddb41c52c32da03f14ff6727bd8887f0aa84bb53420623bb12dc6c4c4fa268b9
DEBUG    botocore.auth:auth.py:430 Signature:
cb1e706de3a2daa0690442f67c3d559e11b80c834ba13928b34092f2761893f2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142219Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cb1e706de3a2daa0690442f67c3d559e11b80c834ba13928b34092f2761893f2', 'amz-sdk-invocation-id': b'1bc4a2b0-8853-469f-b33f-dda488f25b4d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:19 GMT', 'x-amzn-requestid': '8xLHfilhy1EJIPGK9pWU1n2yZHoc41i7AeeOjtJdjK82UZzGEzov', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142219Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142219Z
20251014/us-east-1/s3/aws4_request
cc82c5edd01dbc140abafebe03009939f00b8561303d374976b4ff682b46bfc7
DEBUG    botocore.auth:auth.py:430 Signature:
74d68525f07a66c6319f64a2fe00a37578d4b9efaa391c9dac833eadcd7f743e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142219Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=74d68525f07a66c6319f64a2fe00a37578d4b9efaa391c9dac833eadcd7f743e', 'amz-sdk-invocation-id': b'1a800f2b-eccd-4dcd-b701-2a541dd24aa6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:19 GMT', 'x-amzn-requestid': '3KZmLNaMll244ogDDUveNlLp8Tcmb2UtUoRgBlsjdu1zi0mwhzMz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ceb74c4d-bc23-41f7-b563-3055cae1209e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ceb74c4d-bc23-41f7-b563-3055cae1209e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ceb74c4d-bc23-41f7-b563-3055cae1209e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 51fc50f2-1a08-4b91-af8f-c96951849abd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 51fc50f2-1a08-4b91-af8f-c96951849abd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 51fc50f2-1a08-4b91-af8f-c96951849abd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142221Z
20251014/us-east-1/s3/aws4_request
0b6199ee0be6e10d6d944453df3d1d76409982214706cad93cdd60cadd2ecfff
DEBUG    botocore.auth:auth.py:430 Signature:
55919fbecbe266f160aa00f457b36831323589aced94223ae7bea85f22f199d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=55919fbecbe266f160aa00f457b36831323589aced94223ae7bea85f22f199d9', 'amz-sdk-invocation-id': b'ebf40086-30e4-4006-b63f-dd4edc9d5447', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:21 GMT', 'x-amzn-requestid': 'Q32w4bVMSfmXqChs2mPQM2PWdcTS6B5UZkHXEsCaFOXP7OzGcbTY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142221Z
20251014/us-east-1/s3/aws4_request
47af22347fb7ac9a93d1cbedd7e446f1a1ee00e0a025e4d8d0b5006457bc8052
DEBUG    botocore.auth:auth.py:430 Signature:
b67538c844a59c6c2685604c4cc3b9964fa18c3e36a2d0a2f358f8c3be003c03
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b67538c844a59c6c2685604c4cc3b9964fa18c3e36a2d0a2f358f8c3be003c03', 'amz-sdk-invocation-id': b'8ae3e308-9b9e-4b57-b6c9-92d9a70c44e1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:21 GMT', 'x-amzn-requestid': 'MpGShKt7HD1ZL6NxCqsgUdWQSzEdEJnhOaKAga3LJP5z3s5zUpej', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142221Z
20251014/us-east-1/s3/aws4_request
4498e485e2a6e0e4d8a6d5b10a58f823e23ae41a0f218a4d86a90f829214c305
DEBUG    botocore.auth:auth.py:430 Signature:
913d98a38e108359bf00190202691782f19beda0c670a2224dcb5c53820b85fe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=913d98a38e108359bf00190202691782f19beda0c670a2224dcb5c53820b85fe', 'amz-sdk-invocation-id': b'42269d28-2886-492b-bb48-08ed23fdbd1b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:22 GMT', 'x-amzn-requestid': 'L0oGTEtEzzO26dKLwgTusRJWb3v44P0JPiJqjs4MQVjbOJJLqSmg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cd3c9a0b-f603-40a5-8f63-298a32f057eb, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cd3c9a0b-f603-40a5-8f63-298a32f057eb, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, cd3c9a0b-f603-40a5-8f63-298a32f057eb, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8d6aa718-cdc0-484f-b31a-13c885a36a4d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8d6aa718-cdc0-484f-b31a-13c885a36a4d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8d6aa718-cdc0-484f-b31a-13c885a36a4d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142223Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142223Z
20251014/us-east-1/s3/aws4_request
ce814e5dad19557efba5ec4dad5ab6602fd3d3ad6826ed52590e3b57e87d06d5
DEBUG    botocore.auth:auth.py:430 Signature:
eb43a708ca517df5aca9954959866207f354f399f535db9f39e7278d1da7e1c8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142223Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eb43a708ca517df5aca9954959866207f354f399f535db9f39e7278d1da7e1c8', 'amz-sdk-invocation-id': b'cf68b1c1-4d7d-43c5-a0fc-ae2b5550d7d1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:23 GMT', 'x-amzn-requestid': 'XPYKh00Nb6G0RbsMEANjzYXTERtifULOZzPHBukPvC7b38p8VZ54', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142223Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142223Z
20251014/us-east-1/s3/aws4_request
918cb8ed5776869013e3e0f2838344ba03d70e0285ab2a166b6d4cc834320d05
DEBUG    botocore.auth:auth.py:430 Signature:
6281f2f9e27f763b785726f8b88b38494d90931fa6312ca6dc4a8ec490381c34
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142223Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6281f2f9e27f763b785726f8b88b38494d90931fa6312ca6dc4a8ec490381c34', 'amz-sdk-invocation-id': b'9323996f-cac1-4929-beb8-ff14c4bbd9ed', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:23 GMT', 'x-amzn-requestid': 'w482FZkTFvmpqpMiZhvGnyDD8zc2E7zjNa38XLI7WlQvlYkmuhv1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142223Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142223Z
20251014/us-east-1/s3/aws4_request
62c077732acea6b8144ca7f433249f8f677f974c9e7c1a4fbf7ff148beb14fe3
DEBUG    botocore.auth:auth.py:430 Signature:
841abdbc6f3036bc6686d90a42c396190c57638b6dcd328705b5f3239be07e87
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142223Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=841abdbc6f3036bc6686d90a42c396190c57638b6dcd328705b5f3239be07e87', 'amz-sdk-invocation-id': b'd5055876-e439-4806-9030-c5955d4588e0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:23 GMT', 'x-amzn-requestid': '5Hlb5R7CMgGjOd8Qt4PvV6PH6EbIbnSu7tQinv8ZrIyV4iRaA9DV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c7a49f55-9f0e-49db-8cec-dff6d0077fec, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c7a49f55-9f0e-49db-8cec-dff6d0077fec, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c7a49f55-9f0e-49db-8cec-dff6d0077fec, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9335cba7-a594-4a14-ac38-fe02438ea2cf, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9335cba7-a594-4a14-ac38-fe02438ea2cf, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9335cba7-a594-4a14-ac38-fe02438ea2cf, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142225Z
20251014/us-east-1/s3/aws4_request
b454bfab67cc0a7a59faad41c291ed0013e6e76767dce3f1f4642e5c70dafd9d
DEBUG    botocore.auth:auth.py:430 Signature:
42a1820efc9007028b3073d56ba736b192f897c427f6f646a0af4599f4d064e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=42a1820efc9007028b3073d56ba736b192f897c427f6f646a0af4599f4d064e5', 'amz-sdk-invocation-id': b'1815c172-5d4e-43af-916d-e89c0ccdb16d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:25 GMT', 'x-amzn-requestid': 'OYiJYfqZFPPUoPDsxT5jI5Jb3idRyKIDmDCgSnLFy0TpnqQshByt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142225Z
20251014/us-east-1/s3/aws4_request
b0ed11180cce02a94c79f0ff4180f14e4b2c4ff498ba9bf21639eafbbd6f8edc
DEBUG    botocore.auth:auth.py:430 Signature:
d47f35c5c66f448b085a4f609cdd7e19841497a2d1c6a1aef432829d6af1b706
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d47f35c5c66f448b085a4f609cdd7e19841497a2d1c6a1aef432829d6af1b706', 'amz-sdk-invocation-id': b'419b498d-d157-4c8c-b1d3-d1e93c25d52a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:25 GMT', 'x-amzn-requestid': '8LQNFuMCoPORIr4yqZmxJ5ll9WNzcXNUBewXgFKCV5fQ1d8phqED', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142225Z
20251014/us-east-1/s3/aws4_request
dba656f8607e14472cb23af240dbb6c15d7487f220ddc4288ef85729371bd470
DEBUG    botocore.auth:auth.py:430 Signature:
5c30fec3a62844421103e9fc35c5677b4e6dae1f874e289d90eb81b4154e0e73
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5c30fec3a62844421103e9fc35c5677b4e6dae1f874e289d90eb81b4154e0e73', 'amz-sdk-invocation-id': b'779c96ec-58f6-403c-bfdc-b5d66e73250c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:25 GMT', 'x-amzn-requestid': '50FlOpovJhJObh84XG81WCtJ2aXjPjPx5gSPIxKU046dFU6OtAEf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d923559e-575c-4fad-b2e9-64f39f4b4f0f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d923559e-575c-4fad-b2e9-64f39f4b4f0f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d923559e-575c-4fad-b2e9-64f39f4b4f0f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 84e04731-0220-4d1a-b09a-789cbbfdb858, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 84e04731-0220-4d1a-b09a-789cbbfdb858, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 84e04731-0220-4d1a-b09a-789cbbfdb858, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142227Z
20251014/us-east-1/s3/aws4_request
db0226c1f764c609941e7d6c9c38ebcdf9164e04e7522a4dfc463b04606cadfa
DEBUG    botocore.auth:auth.py:430 Signature:
05006c02359af568a4cb795ff3e794b7b5dac833b8b248ee8d12bb71c242ee15
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=05006c02359af568a4cb795ff3e794b7b5dac833b8b248ee8d12bb71c242ee15', 'amz-sdk-invocation-id': b'1665c58b-8e5c-4242-94a4-3afe3723d591', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:27 GMT', 'x-amzn-requestid': 'k10jWhCNWjwPh1agIXaFlskVNUYLhf8sTx0usNvAEyPZfDEMEmT5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142227Z
20251014/us-east-1/s3/aws4_request
bb080fee4964fd4167cc41bbf9364986c5aebc8e15986b1e044f0e516f3b732e
DEBUG    botocore.auth:auth.py:430 Signature:
844f26bda87fd6bc8e7474a3e067c0c92080d1554f771a94f9dc025cc98d6de6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=844f26bda87fd6bc8e7474a3e067c0c92080d1554f771a94f9dc025cc98d6de6', 'amz-sdk-invocation-id': b'a6685f90-5441-4da3-b852-50b68ca44782', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:27 GMT', 'x-amzn-requestid': 'b1JyZwaWhuDEvZQVAHDZaaZyPYdMUlKrwqRh3ehG6Sv1blmeY1pk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142227Z
20251014/us-east-1/s3/aws4_request
1a68634c5991351a44dc46d7a3c74ca0936c0c9c959cd7415d2a130e12ace9e2
DEBUG    botocore.auth:auth.py:430 Signature:
e2064e0e90004fde10d55e7aa608a41b9d140d70f95dcd8d705b70474e8f23fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e2064e0e90004fde10d55e7aa608a41b9d140d70f95dcd8d705b70474e8f23fc', 'amz-sdk-invocation-id': b'de99657e-e923-4596-87a8-656d67e5f169', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:27 GMT', 'x-amzn-requestid': 'MkQbKlhnIuo3pOPVm2aBKc4OS1QopZUtyJGFzvdXUfyupuDz1Dys', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2d747590-5e3b-4267-8a0b-b05bb5d8c120, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2d747590-5e3b-4267-8a0b-b05bb5d8c120, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2d747590-5e3b-4267-8a0b-b05bb5d8c120, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9dab8014-c156-4f9b-80d1-e3aea7c83e50, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9dab8014-c156-4f9b-80d1-e3aea7c83e50, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9dab8014-c156-4f9b-80d1-e3aea7c83e50, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142228Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142228Z
20251014/us-east-1/s3/aws4_request
83ec502319002ffb63bd00ca262d281c7790e1e3e56ebb5e1f90326e8d0be0bc
DEBUG    botocore.auth:auth.py:430 Signature:
a787ca057a84754d6da270b5b43d4168f6cc5d191d157e661c255c5cb791f7ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142228Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a787ca057a84754d6da270b5b43d4168f6cc5d191d157e661c255c5cb791f7ce', 'amz-sdk-invocation-id': b'f8cbd1e7-ba88-477c-b531-b35661244546', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:28 GMT', 'x-amzn-requestid': 'bU4C4o79yFmLFy4FSZKYhUYXBKzkloz3nBM9FP9Baeuqz84Pxdpt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142228Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142228Z
20251014/us-east-1/s3/aws4_request
c35dfa6f232b80723978851c1df2a2e9f1b57e365ef314ad2c458d9f4e41f50d
DEBUG    botocore.auth:auth.py:430 Signature:
9bcd55ade7b09cc76c8bacfb81b5e830226c8c4ddec5d746ac79122e8e32de7a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142228Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9bcd55ade7b09cc76c8bacfb81b5e830226c8c4ddec5d746ac79122e8e32de7a', 'amz-sdk-invocation-id': b'076dc2ee-b044-4039-bd28-2f41ee9b6b58', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:28 GMT', 'x-amzn-requestid': 'x4SGvSJfArHKwoPwBdMO34mHIKxseXzNrw4cCzsNDEirZ1xv7LGa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142228Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142228Z
20251014/us-east-1/s3/aws4_request
0150942aef722c42b2f46aab6dd9e0df7bda1875ee7bd24b8f7d124ea1810763
DEBUG    botocore.auth:auth.py:430 Signature:
987c6617b5a98ebf859a4cf01c929859814f9b2716a63d94ce325f1e1d91e785
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142228Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=987c6617b5a98ebf859a4cf01c929859814f9b2716a63d94ce325f1e1d91e785', 'amz-sdk-invocation-id': b'cfea1fc2-b91a-4a30-91d9-ad6dbae1cd47', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:28 GMT', 'x-amzn-requestid': 'ryAgBQj4Yw7YOQhuaXl7pLuz9je8OyqaDfrh3iCt7VHYWVaXi2Pz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c897be4d-f715-487c-ae7a-207b7c56f9dd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c897be4d-f715-487c-ae7a-207b7c56f9dd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c897be4d-f715-487c-ae7a-207b7c56f9dd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6587f224-0888-4330-b1b5-b78ca8bd6e5f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6587f224-0888-4330-b1b5-b78ca8bd6e5f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6587f224-0888-4330-b1b5-b78ca8bd6e5f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142230Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142230Z
20251014/us-east-1/s3/aws4_request
084b3530dfb9cd1b46ed4fc4448b7475130dbed185c3bb907a2fd42b8e534be3
DEBUG    botocore.auth:auth.py:430 Signature:
6437fbaf57697dc91cac4746e01805d3a0e87c4542cc72be2b5fa53c13c0a880
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142230Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6437fbaf57697dc91cac4746e01805d3a0e87c4542cc72be2b5fa53c13c0a880', 'amz-sdk-invocation-id': b'9f6e8da0-4972-4277-8fda-e3c3a46067af', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:30 GMT', 'x-amzn-requestid': 'l6CuMyNSukRyAMkEb6d7d5D5Bzz61uvAfuJUhqjztDfWgWpbJ1gu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142230Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142230Z
20251014/us-east-1/s3/aws4_request
f1274e93e0683afc17280c3dc930efddebbb9943da1514236da53138a40c49be
DEBUG    botocore.auth:auth.py:430 Signature:
b9defe16f7ff5548573d04cc28fb9ec378780dd60e4f115891e879ee2446593b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142230Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b9defe16f7ff5548573d04cc28fb9ec378780dd60e4f115891e879ee2446593b', 'amz-sdk-invocation-id': b'83f4adfd-9561-4eab-88ce-4bc2fd6c63d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:30 GMT', 'x-amzn-requestid': 'CgzALU1DyXxWrvhytT0V7EkWQ14KB2yeZC8extxvpPXwvJuYkX6n', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142230Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142230Z
20251014/us-east-1/s3/aws4_request
18ad0b23dd491a25ae39b36f3338ffe8b6388acee904b0493f7ed2242bf23708
DEBUG    botocore.auth:auth.py:430 Signature:
ef1e7409338e4a4a52e95399c8cc2b79a38aa468e69912796fd30c50e382cf2a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142230Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ef1e7409338e4a4a52e95399c8cc2b79a38aa468e69912796fd30c50e382cf2a', 'amz-sdk-invocation-id': b'aaae900a-4dc6-434b-903d-dcf3a6f33962', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:30 GMT', 'x-amzn-requestid': 'r7oskD987Mgcnmctij2crXxPQY1hXXd9bgMKwQesgheH4LYIOFgr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c427c957-688b-4aad-9a6b-fc9e2df0d802, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c427c957-688b-4aad-9a6b-fc9e2df0d802, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c427c957-688b-4aad-9a6b-fc9e2df0d802, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 437cc9f5-e6ef-4ced-a397-a33b336a3021, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 437cc9f5-e6ef-4ced-a397-a33b336a3021, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 437cc9f5-e6ef-4ced-a397-a33b336a3021, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142232Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142232Z
20251014/us-east-1/s3/aws4_request
ba23a81241b20911bf595f737354999f448a9887a95a3c24cb2cf1e3c723c64f
DEBUG    botocore.auth:auth.py:430 Signature:
c274f94295fea821e3dda67409f32e6764082e999d796b60de3ff41b44387fab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142232Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c274f94295fea821e3dda67409f32e6764082e999d796b60de3ff41b44387fab', 'amz-sdk-invocation-id': b'fb1735e3-8d21-4402-81d0-31024cc77a42', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:32 GMT', 'x-amzn-requestid': 'miba0wKPuu1exYqZrZn5AXKtu0ObOLHO6td8n9FQlBut9dYBM9t5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142232Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142232Z
20251014/us-east-1/s3/aws4_request
29161b890391e5d37c16ae3181a98a5670078b2f2164b2ffcb3f3562fe7f6f94
DEBUG    botocore.auth:auth.py:430 Signature:
b6d5c584a13f026810508dd3016c1064659b1c9ef6d5a28f3cb716a182798837
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142232Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b6d5c584a13f026810508dd3016c1064659b1c9ef6d5a28f3cb716a182798837', 'amz-sdk-invocation-id': b'd3a4b324-da05-4eab-95e1-5ebb3c8fa26f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:32 GMT', 'x-amzn-requestid': 'sYyx4XJ2CMmdYicL6oqAVLkDRIzfG3QPP147gTXTW83SrKw5GWac', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142232Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142232Z
20251014/us-east-1/s3/aws4_request
3856588c0ce23df1efd0b4142800ad2edb1ce34747604a23b9c7a5ce8acdb6cd
DEBUG    botocore.auth:auth.py:430 Signature:
4f64673a360cdf2167363b46109eff54d82977804febcb404006be7121e39423
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142232Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4f64673a360cdf2167363b46109eff54d82977804febcb404006be7121e39423', 'amz-sdk-invocation-id': b'eef02c04-b666-4742-99bc-2fb4a1c77cd1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:32 GMT', 'x-amzn-requestid': 'Eki4uhVMeP6PzzRNPDVzBYACqanEMNjQmOhPA4Eqsue0FwJ1R3gZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4ccd5ed0-9ccc-4f00-98e1-d0aaa14fb1fa, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4ccd5ed0-9ccc-4f00-98e1-d0aaa14fb1fa, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4ccd5ed0-9ccc-4f00-98e1-d0aaa14fb1fa, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0aa7ef56-24c5-45d5-be89-278c3e6469d9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0aa7ef56-24c5-45d5-be89-278c3e6469d9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0aa7ef56-24c5-45d5-be89-278c3e6469d9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142234Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142234Z
20251014/us-east-1/s3/aws4_request
398344523d593aa921531c0f932807ae3990cf8e56e1be71abd0eb74e850f7b6
DEBUG    botocore.auth:auth.py:430 Signature:
bbe362b5eda94a2a82055ad8ec5984f3b5a7ce58afd33338978dead4aecace61
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142234Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bbe362b5eda94a2a82055ad8ec5984f3b5a7ce58afd33338978dead4aecace61', 'amz-sdk-invocation-id': b'8e4a34fd-6c90-498d-ac87-7603f196076f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:34 GMT', 'x-amzn-requestid': 'behU9W7JgcbzjRhMaUAXjZccpixHyiyWFJMFKgNWidoBpWJPKX85', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142234Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142234Z
20251014/us-east-1/s3/aws4_request
8563eafbd2d83a61ceb2053207386fdf2b842497f35e3b06a0e27ddc328fe5a3
DEBUG    botocore.auth:auth.py:430 Signature:
b026b1a07ef889e26e98be7affbc900aa1353d973cfd26def5e3a7f8d44a652c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142234Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b026b1a07ef889e26e98be7affbc900aa1353d973cfd26def5e3a7f8d44a652c', 'amz-sdk-invocation-id': b'186b644a-afe0-43ac-85b9-1150b0b6f5d2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:34 GMT', 'x-amzn-requestid': '40QeyHaO1pEI5k1I9Ul9cQrACtdlo6LsNbTPGJQWAmOIG2QeojHE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142234Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142234Z
20251014/us-east-1/s3/aws4_request
1500eede31ba477a7503c4cd376625470f4f0138d2bec92ae154ec56f6c814eb
DEBUG    botocore.auth:auth.py:430 Signature:
de82c4080e8b25154328dc981ba8b238b5abefe43b27c2078550fa091064d43c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142234Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=de82c4080e8b25154328dc981ba8b238b5abefe43b27c2078550fa091064d43c', 'amz-sdk-invocation-id': b'157180e7-50e7-4eaa-9fdc-74a62663418b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:34 GMT', 'x-amzn-requestid': 'LVbVoO6j5eULPW9fC9PFiWc9czTBYzDGUtE1fK74ty0QX2A6s8wE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4dd3e950-80bf-4b95-bfc0-d8dbaf184cac, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4dd3e950-80bf-4b95-bfc0-d8dbaf184cac, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4dd3e950-80bf-4b95-bfc0-d8dbaf184cac, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 81ece262-fa92-4208-87bc-728d0c9bbe8c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 81ece262-fa92-4208-87bc-728d0c9bbe8c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 81ece262-fa92-4208-87bc-728d0c9bbe8c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
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, 7cd005d7-dd36-4743-bdac-7b0ba099fcdb, localhost:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 7cd005d7-dd36-4743-bdac-7b0ba099fcdb, localhost:10409): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 7cd005d7-dd36-4743-bdac-7b0ba099fcdb, localhost:10409): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kdq5kompc4.auto.internal" port: 10409 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-kdq5kompc4.auto.internal:10409, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:10409
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142235Z
20251014/us-east-1/s3/aws4_request
8ad8ce5976aa0c086c926924780abad5befd4d00de03be9bae1a8ed0232be089
DEBUG    botocore.auth:auth.py:430 Signature:
a286fd375079b298581ef54c003a501963134073acb949a64f96c6cb1b031a63
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a286fd375079b298581ef54c003a501963134073acb949a64f96c6cb1b031a63', 'amz-sdk-invocation-id': b'7b0787ae-e845-4574-9bcf-d7d101ea913e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:35 GMT', 'x-amzn-requestid': 'q6bCOz37cvYzl15vvwnbZiPOUOWoqiEkcIZHCgW5InCzE7pAlHf3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142235Z
20251014/us-east-1/s3/aws4_request
2bf46fbbef9b80894d6cbccb6537c6bb7703263e19fbb3aaec17fb0123cad10f
DEBUG    botocore.auth:auth.py:430 Signature:
e58747328ae827fba54369cf65c58b68e22ce50b12d1f18f3f9de1e295f78cfa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e58747328ae827fba54369cf65c58b68e22ce50b12d1f18f3f9de1e295f78cfa', 'amz-sdk-invocation-id': b'cfca75bf-57d4-40a8-8ece-4593e2196b79', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:35 GMT', 'x-amzn-requestid': 'xziOCNvoxCpyo0dgFr0bpuIUQPwIgKzqYA7B9jO6d8zxGfmlSau8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142235Z
20251014/us-east-1/s3/aws4_request
2a354c808da308b5790db9719c5701acfa95d4b509eeb77b3003d6a0808d6c91
DEBUG    botocore.auth:auth.py:430 Signature:
2c2fbb0edaa544a71b81aa0d3ecb3354f33349c6a6701a4386f54a00fe3e79a7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c2fbb0edaa544a71b81aa0d3ecb3354f33349c6a6701a4386f54a00fe3e79a7', 'amz-sdk-invocation-id': b'9ba45f6a-9f1c-48dc-bb75-8eab60ea94cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:35 GMT', 'x-amzn-requestid': 'JMm8CM6WQaavIoQxeNyCilSRJurcB09M6WSE6TiYoLsHZWAGLgEH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4ad170dc-8876-4466-84f6-138eda586af5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4ad170dc-8876-4466-84f6-138eda586af5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4ad170dc-8876-4466-84f6-138eda586af5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eae423d7-44a6-4567-af7f-4ca0dc5d4d77, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eae423d7-44a6-4567-af7f-4ca0dc5d4d77, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eae423d7-44a6-4567-af7f-4ca0dc5d4d77, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142237Z
20251014/us-east-1/s3/aws4_request
809fa18745c14a78e7aa1fc7bf7e6b088dd064ed6a08e0004c928ce0a39e748f
DEBUG    botocore.auth:auth.py:430 Signature:
f7ebb4457a689f400965d862283191f9cbc4a3bec58816e6c91945b66588b473
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7ebb4457a689f400965d862283191f9cbc4a3bec58816e6c91945b66588b473', 'amz-sdk-invocation-id': b'e7f11f73-a552-4717-a45a-71a46da66b7c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:37 GMT', 'x-amzn-requestid': 'ivHtzjMpfd8kNHt5pYfrU6vjqvthdncGkaHtOounrhMxehQ203If', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142237Z
20251014/us-east-1/s3/aws4_request
60a072ae32416087140ee73af6444cce53bc00ecfa22c6cabff603b3600d5632
DEBUG    botocore.auth:auth.py:430 Signature:
78d12c5ddb1b28e098c7be57e3f32d76a5a29b90953f4a0056d5760029517ad9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=78d12c5ddb1b28e098c7be57e3f32d76a5a29b90953f4a0056d5760029517ad9', 'amz-sdk-invocation-id': b'0036a38c-e020-47be-8aa3-d2fab710e51b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:37 GMT', 'x-amzn-requestid': 'cj1w1ZmxOsOsKyAAIkDkfqcgWKABMn9Unezr7OE38KeT6zjQBVB4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142237Z
20251014/us-east-1/s3/aws4_request
e6e4eef3a157a8fffc25f6bf0d6da3fa5df0d36088d615d84a3764f0f29abf56
DEBUG    botocore.auth:auth.py:430 Signature:
d32587996aa27acc568daa3e682f932931875f8ffb7c1bae5ccd3b2e6ec10cdc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d32587996aa27acc568daa3e682f932931875f8ffb7c1bae5ccd3b2e6ec10cdc', 'amz-sdk-invocation-id': b'3d8b8753-1075-43a0-a82a-86a46d593f6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:37 GMT', 'x-amzn-requestid': 'cDwNlDvNGCDeFTQznFaBuECuP8iG2rBKnOskwtUvCLk0ycyt9j1v', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d612ff7b-b951-46e8-82e2-a8b55c28b162, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d612ff7b-b951-46e8-82e2-a8b55c28b162, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d612ff7b-b951-46e8-82e2-a8b55c28b162, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1804569c-626e-46c5-9a9b-edded4ba8a1f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1804569c-626e-46c5-9a9b-edded4ba8a1f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1804569c-626e-46c5-9a9b-edded4ba8a1f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142239Z
20251014/us-east-1/s3/aws4_request
b168743edab8dfdd020d38c2404770da8c7e9d65e478f181c41e290b20e59a7d
DEBUG    botocore.auth:auth.py:430 Signature:
e15ed08134e4ccaaf372f4badbbd8e63a91b620af607eb579493057c9616add0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e15ed08134e4ccaaf372f4badbbd8e63a91b620af607eb579493057c9616add0', 'amz-sdk-invocation-id': b'1c399917-34a0-46f0-af7d-d14ba0d92916', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:39 GMT', 'x-amzn-requestid': '7UR7MzW3ZQEa1fZsAsR5zFfwnSkviELichGjaoJK08PSK4AYNAJd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142239Z
20251014/us-east-1/s3/aws4_request
cd04186a405f3e5d1bd6d281cc5a94bb8dac418160b8725a6692563227ffc75b
DEBUG    botocore.auth:auth.py:430 Signature:
920a130950a195c7a86d21104ae0e1839a55d511d5bed777c89f0f1cc463387e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=920a130950a195c7a86d21104ae0e1839a55d511d5bed777c89f0f1cc463387e', 'amz-sdk-invocation-id': b'd88f8dfb-eafb-4552-87fe-71b386139aef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:39 GMT', 'x-amzn-requestid': 'a9siBi0dmLbJ0NAGvnXM2yIgAZKUsYdzFRYh2livrUmirpPXrStS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142239Z
20251014/us-east-1/s3/aws4_request
0c5bf6e23074d71575775f46245ee41a84767137cb8e55336f7d7e28c396c03e
DEBUG    botocore.auth:auth.py:430 Signature:
00e9cade56cb6cdd325e2542afcb1b6c4ec7b3100fcae2ebba928d3253c940c9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=00e9cade56cb6cdd325e2542afcb1b6c4ec7b3100fcae2ebba928d3253c940c9', 'amz-sdk-invocation-id': b'983ed685-9714-45a2-ab01-f87e0e42d01f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:39 GMT', 'x-amzn-requestid': 'QbKOeJF7wZwYD2EMvL0xnJS5qyeFK8vMyV8rilGs7ystpsRWcH0A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 20313f63-b878-4a87-b355-9b06ce535ae9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 20313f63-b878-4a87-b355-9b06ce535ae9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 20313f63-b878-4a87-b355-9b06ce535ae9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5a2314c7-6054-47cc-be7c-14a10bdab757, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5a2314c7-6054-47cc-be7c-14a10bdab757, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5a2314c7-6054-47cc-be7c-14a10bdab757, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142241Z
20251014/us-east-1/s3/aws4_request
2fe7192c825f563d0a1cd8f28f62a23633456e9dc105e8160b077633c8f15c46
DEBUG    botocore.auth:auth.py:430 Signature:
50e77484643bc1a991b9368700a8c97806e559d8c3e700253c44b590b6268a99
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=50e77484643bc1a991b9368700a8c97806e559d8c3e700253c44b590b6268a99', 'amz-sdk-invocation-id': b'70e99b38-6e86-43b2-9194-d35aa1dd25c0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:41 GMT', 'x-amzn-requestid': 'FmD6l54qvLcVWN6KXT3XDoSjerJdlkfiNrYIq2AbYWm8rg2SwqXE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142241Z
20251014/us-east-1/s3/aws4_request
b2ebc1771430a4b136c7a3edec60df12b0fb227d3b7aa5aeb9cba9f4fb3edeca
DEBUG    botocore.auth:auth.py:430 Signature:
9c3955507136cb5f7737b8c1f55f1d31ad37a3f6075f01b874018ab0843a550d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9c3955507136cb5f7737b8c1f55f1d31ad37a3f6075f01b874018ab0843a550d', 'amz-sdk-invocation-id': b'c0fcb3a5-423c-475f-81c5-d12a1e6a0342', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:41 GMT', 'x-amzn-requestid': 'xais428wKjVZI0HuJuJTBYsmTKeL6ZWdD9NIc7p9NWoVFRXPSYTr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142241Z
20251014/us-east-1/s3/aws4_request
f80862792ffae47fa8d06088f905d33c1062172fc220137c70f18c50ad9fb8d8
DEBUG    botocore.auth:auth.py:430 Signature:
46346f81acc9453efc63b43229ece189cc825edcf84d9e5e93cd291cf1ca1579
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=46346f81acc9453efc63b43229ece189cc825edcf84d9e5e93cd291cf1ca1579', 'amz-sdk-invocation-id': b'78985a42-3655-4d83-a41f-0b6d7a4a1e59', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:41 GMT', 'x-amzn-requestid': 'Af9gs1PxiTc4LNk1birz1zwJ93aoTODU514vXtVFNXRsf1hZuJfM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0608d188-6b01-4403-92cb-42869c829fb0, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0608d188-6b01-4403-92cb-42869c829fb0, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0608d188-6b01-4403-92cb-42869c829fb0, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, edaccb7a-ff67-41c6-9008-19df7fc09526, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, edaccb7a-ff67-41c6-9008-19df7fc09526, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, edaccb7a-ff67-41c6-9008-19df7fc09526, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142242Z
20251014/us-east-1/s3/aws4_request
ba6be6fcaa4be1c8549a68052845b9decd1d33e05ba617812f42185d32a0bbbe
DEBUG    botocore.auth:auth.py:430 Signature:
7e9df75b720c031f6b076b51102f540a395aa8c759c6003049468829b87e324f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e9df75b720c031f6b076b51102f540a395aa8c759c6003049468829b87e324f', 'amz-sdk-invocation-id': b'097e299f-f6bc-4e7c-87d4-fb2c76ddd346', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:42 GMT', 'x-amzn-requestid': 'NcOSWnMKQz8PqZVYrLvxDX6Zvsm0TjeLPTEURsNAQM6Srl1xOtT2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142242Z
20251014/us-east-1/s3/aws4_request
241967411ebad0d4b2493e9044596228f303fb269cbcdb947ad3742b05b119bb
DEBUG    botocore.auth:auth.py:430 Signature:
1549f36529750aef126ccf8cd3d92b2c489f6eb858b237c915b873520c05a7e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1549f36529750aef126ccf8cd3d92b2c489f6eb858b237c915b873520c05a7e5', 'amz-sdk-invocation-id': b'0be44823-a347-4a6a-a13d-2826a819e50e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:42 GMT', 'x-amzn-requestid': 'zrgcXqiVdrpER61fsoOlArLvxQZgElFO87SxwHoyUFVILpKgStR5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142242Z
20251014/us-east-1/s3/aws4_request
55b6bb910132ccb7fbdcdccbdb6a4f9abbefc450404991d384875405f9d02854
DEBUG    botocore.auth:auth.py:430 Signature:
bfb87e3198a54187d60af7590dae8fbafca0d7485da96d252106ea04858ca734
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bfb87e3198a54187d60af7590dae8fbafca0d7485da96d252106ea04858ca734', 'amz-sdk-invocation-id': b'8943de1c-ca7c-48ee-92a9-29a22370ba30', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:42 GMT', 'x-amzn-requestid': '1OCttlDXlwx1blx1F0UPhUW5HsxNXKaAexXOydCSvZZvpmn7hqdQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 45de5a48-db92-4f21-a626-fce0ea47016e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 45de5a48-db92-4f21-a626-fce0ea47016e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 45de5a48-db92-4f21-a626-fce0ea47016e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5827c85f-b202-4f29-8375-a6b0b6cf0d3d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5827c85f-b202-4f29-8375-a6b0b6cf0d3d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5827c85f-b202-4f29-8375-a6b0b6cf0d3d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142244Z
20251014/us-east-1/s3/aws4_request
4df08b9467a10636b6c490668c5b81999a8302563d127610f13c6037ae40511b
DEBUG    botocore.auth:auth.py:430 Signature:
25c30c311bde4dc871c615cf8d5d87b76a16dd2a6e539e3c48946d6ddf882807
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=25c30c311bde4dc871c615cf8d5d87b76a16dd2a6e539e3c48946d6ddf882807', 'amz-sdk-invocation-id': b'527e1a7d-8a41-42ee-8df5-e9d79c5ea0c2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:44 GMT', 'x-amzn-requestid': 'Ep66REpIeCM93lAOfYfj9Is6xq936b5GRnaUA7tdkp4WLCJX30pc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142244Z
20251014/us-east-1/s3/aws4_request
537b0e01637476cd9c2fef0b32c3b9f8183637aacaef3aa5e1e7c4efc2873cc3
DEBUG    botocore.auth:auth.py:430 Signature:
c46db58842f8216de67b4ee5d7d324065a119f23953b93cc3d705ed6207fb8b8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c46db58842f8216de67b4ee5d7d324065a119f23953b93cc3d705ed6207fb8b8', 'amz-sdk-invocation-id': b'c2b2104c-a295-49f8-b4d2-d21bd33501e2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:44 GMT', 'x-amzn-requestid': 'MfcTYHQTpXmfVtvZuQccfMsvYWApEf6mZjBYiYzKYPkfBO4aYsn9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142244Z
20251014/us-east-1/s3/aws4_request
1519452274ab39392796dc901e94b07183b804c68d040abd8b7f29b7598ca06a
DEBUG    botocore.auth:auth.py:430 Signature:
c50713de8812d9b8b098bf4a9ae1e2566283c52b8e6b0d5433dbe302b954174c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c50713de8812d9b8b098bf4a9ae1e2566283c52b8e6b0d5433dbe302b954174c', 'amz-sdk-invocation-id': b'b1c903bb-51c4-4c30-b8a1-e2d5598e6215', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:44 GMT', 'x-amzn-requestid': 'K9wIZydoj9NxodLBSyxE70hBeEiGynQ3XZsrG4C1iXTHjYLjmgDN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f3f7d465-923c-40b5-9ce4-90eb5b871d63, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f3f7d465-923c-40b5-9ce4-90eb5b871d63, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f3f7d465-923c-40b5-9ce4-90eb5b871d63, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aee92778-31cb-473f-be9e-0f2d3615c6b2, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aee92778-31cb-473f-be9e-0f2d3615c6b2, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aee92778-31cb-473f-be9e-0f2d3615c6b2, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142246Z
20251014/us-east-1/s3/aws4_request
1dd6db2b559d224bd71bf35ea23cb669506ca195a4686e7a9b525a7ff0e6fcbd
DEBUG    botocore.auth:auth.py:430 Signature:
9c7f33fd58fc1c2e1a7d9d1514ce46822585e025a9184d9eb8155a01865b74eb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9c7f33fd58fc1c2e1a7d9d1514ce46822585e025a9184d9eb8155a01865b74eb', 'amz-sdk-invocation-id': b'9c88930e-14fd-4b7e-acfd-b1d5edef134f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:46 GMT', 'x-amzn-requestid': '0J0qn5DmaVEbfyPgT5G6WVQOaT9o1GMCzvzKdTAGwZTthf0vyzcg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142246Z
20251014/us-east-1/s3/aws4_request
7afb520c2e38da2982139a7ff87fa30a7c3403ece588abc646d8c2f2133a3810
DEBUG    botocore.auth:auth.py:430 Signature:
e43a919ccaa12288d065c9150fd66238343573ef40e101d251ae2c283395331c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e43a919ccaa12288d065c9150fd66238343573ef40e101d251ae2c283395331c', 'amz-sdk-invocation-id': b'08b2bdb6-93aa-4d28-a74b-6436a533741d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:46 GMT', 'x-amzn-requestid': 'OZEqq9WeVNnDscCo7zZvttYJ2CYWhKqoRfKdebtrBlT5Gtvh13i5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142246Z
20251014/us-east-1/s3/aws4_request
a45a82b19fc543ae7965b49d7ebb16ec1f5cc81b6d0c8c74bd8aed7316fb8c85
DEBUG    botocore.auth:auth.py:430 Signature:
f16f83ac62b54272c96c27f65ebeb00c7ff56c074a259a6fff967d870f38de66
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f16f83ac62b54272c96c27f65ebeb00c7ff56c074a259a6fff967d870f38de66', 'amz-sdk-invocation-id': b'e3e500ed-47e0-4940-a122-466c3f56f890', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:46 GMT', 'x-amzn-requestid': '1umajDDHbswV04bPZ3Lx6dFr6lOzPWf5F5YckWOiVU3U82hhu7tV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8bbe046d-6728-4642-8582-1937788b6332, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8bbe046d-6728-4642-8582-1937788b6332, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8bbe046d-6728-4642-8582-1937788b6332, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3e1cb78a-38c5-494a-8b15-5c59da75bb97, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3e1cb78a-38c5-494a-8b15-5c59da75bb97, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3e1cb78a-38c5-494a-8b15-5c59da75bb97, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142247Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142247Z
20251014/us-east-1/s3/aws4_request
b753a7682121f18de0043e5e4160e88c96d2968f0f4175d40fbb1ee41aeb86c2
DEBUG    botocore.auth:auth.py:430 Signature:
2f8e9b7e3269f8039ddab4d05281b42f54c199f385e254d6d9476da29db29d84
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142247Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2f8e9b7e3269f8039ddab4d05281b42f54c199f385e254d6d9476da29db29d84', 'amz-sdk-invocation-id': b'3e14aaaf-ae16-40d5-a433-6fc84ecea4c0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:47 GMT', 'x-amzn-requestid': 'ZnIYD9vwkJuGe1zD8mYogzinP4maRGevq42MvZzJYU3JL5JpFuo6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142247Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142247Z
20251014/us-east-1/s3/aws4_request
093a84c45d0207b0791ddc705a5c50b80c33a5fd553a702ab147a08a15cd6b77
DEBUG    botocore.auth:auth.py:430 Signature:
ef8a27f7ad57d0c5ca17dbad014d45e93f7187c0aabbc8a4391d03d5e63a0236
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142247Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ef8a27f7ad57d0c5ca17dbad014d45e93f7187c0aabbc8a4391d03d5e63a0236', 'amz-sdk-invocation-id': b'3b0ba701-82e3-45bc-9ade-fb9680e1cb17', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:47 GMT', 'x-amzn-requestid': 'zfY4Akre5gdnobBvMXmVuXD52IqVIspG3Sj84cZykyc6EHvGOPYH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142248Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142248Z
20251014/us-east-1/s3/aws4_request
847aed9bb799b96aec31995ef2dd3860aba489ea5336c14076b4256e5836d69a
DEBUG    botocore.auth:auth.py:430 Signature:
14a9df8e94cc680615256cf2c826ba735a5ee8bf1cf1d5304e657ab7e85a5beb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142248Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=14a9df8e94cc680615256cf2c826ba735a5ee8bf1cf1d5304e657ab7e85a5beb', 'amz-sdk-invocation-id': b'5e0533a5-70a2-4e6a-a29f-cd7497f150ce', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:48 GMT', 'x-amzn-requestid': 'Jw64JPAx8YlMoH26Abul7gqMaA2P5oS8oRNrVEvzOVHGtjIaEoDW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 404b9af4-e96a-49b3-8e5e-1aaa503d01f8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 404b9af4-e96a-49b3-8e5e-1aaa503d01f8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 404b9af4-e96a-49b3-8e5e-1aaa503d01f8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8883fdc1-3104-4383-a1b7-c575e903a92b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8883fdc1-3104-4383-a1b7-c575e903a92b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8883fdc1-3104-4383-a1b7-c575e903a92b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142249Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142249Z
20251014/us-east-1/s3/aws4_request
83dec834b71ab53a408868c143772ac71e872937e5cdc4557887dec4ac1c1fdb
DEBUG    botocore.auth:auth.py:430 Signature:
6596cb1f71cf840310b7aee8af35167171be70bd669a05a2aebf9aa620d0228a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142249Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6596cb1f71cf840310b7aee8af35167171be70bd669a05a2aebf9aa620d0228a', 'amz-sdk-invocation-id': b'20eb86de-8bb6-41b6-a16e-d07852808a88', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:49 GMT', 'x-amzn-requestid': '4bkEGYtJab8JKSXSnkfVBTqjlvRTFAGStmBl5mN6FjX7ZaUnEkoU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142249Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142249Z
20251014/us-east-1/s3/aws4_request
ef400726e0bda03557e96ee0ea16cdc272cfb277083904f7c920897fd7afd9c7
DEBUG    botocore.auth:auth.py:430 Signature:
ba81fe8b3b412113dd537d8899cf520890ea1ddd7c6b19e672fe220ca20b1187
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142249Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba81fe8b3b412113dd537d8899cf520890ea1ddd7c6b19e672fe220ca20b1187', 'amz-sdk-invocation-id': b'e8609327-5938-4c4c-8465-1c39d7301b36', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:49 GMT', 'x-amzn-requestid': 'yoGLTFXg0kFvT4DdcJcUrDzaGglyI6i83dHSe5gDYysJxCTgk3pj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142250Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142250Z
20251014/us-east-1/s3/aws4_request
43f770f0f1ac756336526f9d4ea2e090d0185328c5083075ec79cb8ac873823a
DEBUG    botocore.auth:auth.py:430 Signature:
2d2d6344cedb7f0d44ab8aac7ef4a1d4dc4a3730d85100d2b3650e9e1fbe7481
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142250Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2d2d6344cedb7f0d44ab8aac7ef4a1d4dc4a3730d85100d2b3650e9e1fbe7481', 'amz-sdk-invocation-id': b'c2e0c52a-652e-40b2-bbd1-b1667459730b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:50 GMT', 'x-amzn-requestid': 'WcjBW38AslMKyFwYjxdPugLdcwmJfMEcilL6zhUdlflSjfgyjot1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 39460130-4419-46d4-8251-2a675eecce88, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 39460130-4419-46d4-8251-2a675eecce88, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 39460130-4419-46d4-8251-2a675eecce88, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d3d23119-8bc0-4419-a36b-5fccff0c9548, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d3d23119-8bc0-4419-a36b-5fccff0c9548, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d3d23119-8bc0-4419-a36b-5fccff0c9548, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142251Z
20251014/us-east-1/s3/aws4_request
5aef51507a1d93b30eef534fc1f054d4365e190a5175298c956ad04b6e70ed31
DEBUG    botocore.auth:auth.py:430 Signature:
27b4a906c6a70f7597642b85c104b8c4820e8c8ae7c4ad59b6db6bfb15362b39
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=27b4a906c6a70f7597642b85c104b8c4820e8c8ae7c4ad59b6db6bfb15362b39', 'amz-sdk-invocation-id': b'044a6bd5-996d-4b6a-a119-9f484a51ab4f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:51 GMT', 'x-amzn-requestid': 'FYvtPKpwBNBgbVKK44Wc4Y7hnufbUwIUSf883lASTx0bf1wF6uaL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142251Z
20251014/us-east-1/s3/aws4_request
a39524a0aacedfbbd4628784523dba76d5d5da858fa699375d515bb399920aab
DEBUG    botocore.auth:auth.py:430 Signature:
66e77f6416ccd9f96cfa4aaf919dfa54dcdc025c3026b31c6d7b5782dded5317
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=66e77f6416ccd9f96cfa4aaf919dfa54dcdc025c3026b31c6d7b5782dded5317', 'amz-sdk-invocation-id': b'6f96e013-a586-4831-908a-90b9364b93d2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:51 GMT', 'x-amzn-requestid': '5EH8yT96ypyzm1B1Cb3AryymfOTXnSN9o2CI1PTNh4440IaJa7df', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142251Z
20251014/us-east-1/s3/aws4_request
399e1af9a774932f2f16ef29672f0899e6081da3672ebcef1aa51038ded35d5a
DEBUG    botocore.auth:auth.py:430 Signature:
b2da65409980c3b5eab8ab9f13ea99f955ad4d6353b0f5883f945bf63fbd45b3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b2da65409980c3b5eab8ab9f13ea99f955ad4d6353b0f5883f945bf63fbd45b3', 'amz-sdk-invocation-id': b'48789fc1-5e29-49e9-8758-2e6d81d7bf5f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:51 GMT', 'x-amzn-requestid': 'dyPp0kNtbl93iGp2ot55tpDUzoViAxMYtCZ8EePTDeh1KY8ceUrP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0183ae33-b918-4be3-8c5a-75defa5c1bb8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0183ae33-b918-4be3-8c5a-75defa5c1bb8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0183ae33-b918-4be3-8c5a-75defa5c1bb8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b3455f4-0ae7-48ec-ae08-b386ee2d0d54, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b3455f4-0ae7-48ec-ae08-b386ee2d0d54, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9b3455f4-0ae7-48ec-ae08-b386ee2d0d54, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142253Z
20251014/us-east-1/s3/aws4_request
92f29c88b0dc252c61143c6097b18312d71eba694f5b019386bd22783c52750a
DEBUG    botocore.auth:auth.py:430 Signature:
6b88d009511c010070ae20ccdc93e0173bd989e124c9fb661b1c67348092c02d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6b88d009511c010070ae20ccdc93e0173bd989e124c9fb661b1c67348092c02d', 'amz-sdk-invocation-id': b'6f6337f2-50ac-4913-820a-c247a250d5a4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:53 GMT', 'x-amzn-requestid': '8s9Dwc8r75kReWFZpnDBQAeREYntQDo7GL8SKUnyfV05kBHRCHEv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142253Z
20251014/us-east-1/s3/aws4_request
b0e9acee554ff5b89e4a4d61d18b001bbc779adcba41ae69186cba5ea819144e
DEBUG    botocore.auth:auth.py:430 Signature:
7c44e632ff470faed451ac5fc1d57b1e064888d683b37c9600910ded2e953976
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7c44e632ff470faed451ac5fc1d57b1e064888d683b37c9600910ded2e953976', 'amz-sdk-invocation-id': b'540a4ee0-2a10-479b-a981-889afbc69d86', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:53 GMT', 'x-amzn-requestid': 'RF9w1HvR2FiVXFb0Bw8Hv8cHQjkRe1qKaMcTKHv2DyNZ75u9ijAP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142253Z
20251014/us-east-1/s3/aws4_request
b43334e7a256130a9903b8522b853ebd6d42c4392393a07a603331fde29b1a23
DEBUG    botocore.auth:auth.py:430 Signature:
9ff26081222382b63fc5b9664a2311afe9a8464fa586ca79c28d05f899727667
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9ff26081222382b63fc5b9664a2311afe9a8464fa586ca79c28d05f899727667', 'amz-sdk-invocation-id': b'4e4a99a5-f6ae-49a1-b849-a4aa02e8707e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:53 GMT', 'x-amzn-requestid': 'zZ9zfVxKVzGGEqklL510H2Nx9IL4PIf7MZNSILJUeVEYK4hjKNEs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1a791e3b-8bbc-416d-bc67-48d75e4d04e4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1a791e3b-8bbc-416d-bc67-48d75e4d04e4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1a791e3b-8bbc-416d-bc67-48d75e4d04e4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa3cfed4-1445-4f50-88c7-4364dc94f94b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa3cfed4-1445-4f50-88c7-4364dc94f94b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, aa3cfed4-1445-4f50-88c7-4364dc94f94b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142255Z
20251014/us-east-1/s3/aws4_request
55e321046c79f59f7f86a270b4f46a7f35de04ca4c1be83220271e5fbbe1f1b4
DEBUG    botocore.auth:auth.py:430 Signature:
c329dd7a9809b50c5d3f456b4eb30ceb1c7340c70793e38a63aa24097783fdb8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c329dd7a9809b50c5d3f456b4eb30ceb1c7340c70793e38a63aa24097783fdb8', 'amz-sdk-invocation-id': b'52782986-a7cb-49a3-9bfe-3c593430e2bb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:55 GMT', 'x-amzn-requestid': 'NWQAq9BHXkTFXulcPs1ppXsYmFy9BKIWRi6XFEvcTt3p9pn372WB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142255Z
20251014/us-east-1/s3/aws4_request
371c68e02099a7a87f20ea0e176f6c41e0afe36edf10075bd14084017033e831
DEBUG    botocore.auth:auth.py:430 Signature:
a5fd406b3da7d337d94f983a80579285ce600b7d2b6b33c84d8eaa419f890015
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a5fd406b3da7d337d94f983a80579285ce600b7d2b6b33c84d8eaa419f890015', 'amz-sdk-invocation-id': b'a0a35d82-d7f2-4b4d-b734-8239e55e8ab4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:55 GMT', 'x-amzn-requestid': 'WTa99XjHXDlgMC1ms2cPtXKnX2Lt6UHBiZyHr5kSzpHnzbIvZ5ue', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142255Z
20251014/us-east-1/s3/aws4_request
fc363024ce93b7610f1a591da7911b8c928ba9603ee18f8001b6c51baf15cdce
DEBUG    botocore.auth:auth.py:430 Signature:
a941fd6181a7267112be56c9a4f7abdb5b293eab6c6cde4eeed4f9dec5604a49
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a941fd6181a7267112be56c9a4f7abdb5b293eab6c6cde4eeed4f9dec5604a49', 'amz-sdk-invocation-id': b'05d6a5eb-970d-4beb-8923-2eba8e67bdb7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:55 GMT', 'x-amzn-requestid': 'A6Hrzm8tlmmauZ0HEESqPkZg4T0tt1HcLD23p1OFYAxELuE1vRF0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a23aa35c-d17f-4948-b4a4-3df8c9baf130, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a23aa35c-d17f-4948-b4a4-3df8c9baf130, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a23aa35c-d17f-4948-b4a4-3df8c9baf130, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0252cba8-6115-4cb7-9575-737cb640833d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0252cba8-6115-4cb7-9575-737cb640833d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0252cba8-6115-4cb7-9575-737cb640833d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142257Z
20251014/us-east-1/s3/aws4_request
849d143a146f9d09a78f503d22e535903bd46d6e904bcc955743928020507bc3
DEBUG    botocore.auth:auth.py:430 Signature:
f66a71cd97798e07614c3658438e4291eca3d88e3baa016a028f9fe9737898cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f66a71cd97798e07614c3658438e4291eca3d88e3baa016a028f9fe9737898cd', 'amz-sdk-invocation-id': b'eef9895e-0ed3-4384-acb2-cd1c0e42c0ad', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:22:57 GMT', 'x-amzn-requestid': 'KAM7AVuViOuZtnrRbJj4mcYsT2WdqShjnmuwSrGSh8bSQgpZ7TLO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142257Z
20251014/us-east-1/s3/aws4_request
ae32e8dbcc71629934b2e724240796fd720a87972b0f387d7559621f31311c41
DEBUG    botocore.auth:auth.py:430 Signature:
0640e8bdcbe984e816782b317e64e03f422f35019e37735aec1db3a7e9d368cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0640e8bdcbe984e816782b317e64e03f422f35019e37735aec1db3a7e9d368cd', 'amz-sdk-invocation-id': b'643713e6-de43-4617-800e-b6c6ba1a40c8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:22:57 GMT', 'x-amzn-requestid': 'QsNh8YLlzYlXCepngRMRp8IFLYbR2PqKpShKb6o5NbZ2mOTsHxCt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142257Z
20251014/us-east-1/s3/aws4_request
2f1f26b27c22a51f0fa5ca87e3d11bc6e0a48b8ff1b5cb82a23a26dc590c6e2e
DEBUG    botocore.auth:auth.py:430 Signature:
6238de59f0d87553fdda93f7ba740093f6b772cdfe0dacb1a6ebe35226c92906
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6238de59f0d87553fdda93f7ba740093f6b772cdfe0dacb1a6ebe35226c92906', 'amz-sdk-invocation-id': b'530be1d6-b3c5-4138-a2da-4e98d4cb0e2e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:22:57 GMT', 'x-amzn-requestid': 'ahWXdSB9iP8Y0zT9DHVb8GmpYfVNas6b2nT4eBcvcLUmVKheWhVW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6120f8b0-148c-4f21-bc04-f3b0d4e6d751, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6120f8b0-148c-4f21-bc04-f3b0d4e6d751, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6120f8b0-148c-4f21-bc04-f3b0d4e6d751, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1c6a823c-ca2a-43ce-889a-0b92331fb24b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1c6a823c-ca2a-43ce-889a-0b92331fb24b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1c6a823c-ca2a-43ce-889a-0b92331fb24b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142300Z
20251014/us-east-1/s3/aws4_request
149e325f93194d271e88c25642aa1a6b932a72030f47e2baaebb5039d0398cfc
DEBUG    botocore.auth:auth.py:430 Signature:
2dafbd9ad51b901404d2714cd3bf9c6bb654bc2ae8b94ee55205cf5eb19bc940
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2dafbd9ad51b901404d2714cd3bf9c6bb654bc2ae8b94ee55205cf5eb19bc940', 'amz-sdk-invocation-id': b'f1a3ee2d-80b0-4a3f-a31e-9200eb5b0efb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:00 GMT', 'x-amzn-requestid': 'I1HyWuEB7dUsfN9Zi710zen3sV9TGKWycTUwQv5QwiLpbDejFj12', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142300Z
20251014/us-east-1/s3/aws4_request
33897c4a576728224cfc44f01eac524787b14af81aa63d8f829a5ea7b745860f
DEBUG    botocore.auth:auth.py:430 Signature:
0939e18c82ef94a91d4b5a588def94dbfb2ea45a6bac460404356939701887c1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0939e18c82ef94a91d4b5a588def94dbfb2ea45a6bac460404356939701887c1', 'amz-sdk-invocation-id': b'218389ca-d50a-4a24-8b8d-aa582a73895a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:00 GMT', 'x-amzn-requestid': 'oZmtPmL0z8Z6bUOufrGqeoixDm0KvTIiQlP8Xo4kvBzlCfJYhA5t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142300Z
20251014/us-east-1/s3/aws4_request
1c8698c48113453933eb6fe362eeccc0aa3f786045d8239faf9a81a5cf5202c4
DEBUG    botocore.auth:auth.py:430 Signature:
a8936a809d3726936c5af7f02d0d0303818286240af1cddf3b3a367f3fe837cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a8936a809d3726936c5af7f02d0d0303818286240af1cddf3b3a367f3fe837cd', 'amz-sdk-invocation-id': b'fd0cda4c-20cd-4c84-946f-8294afbef819', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:00 GMT', 'x-amzn-requestid': '4tsfeZw1XBmLfYx6m9zOQhR6pv1asnVed8wGzzyFJxiPYS2XfqrF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 307edc03-57b2-4c11-bbb2-968516ef9816, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 307edc03-57b2-4c11-bbb2-968516ef9816, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 307edc03-57b2-4c11-bbb2-968516ef9816, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 06683f28-65fe-4788-9835-9d361415bfc8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 06683f28-65fe-4788-9835-9d361415bfc8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 06683f28-65fe-4788-9835-9d361415bfc8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142302Z
20251014/us-east-1/s3/aws4_request
5bf9eabcff5d326ed0ec3376558b09d58be8f5ae3831789f9618f7ddb32b72bb
DEBUG    botocore.auth:auth.py:430 Signature:
91e9ff8828b507a52e93bc65db070c4819d24fc59e3522edc561bcbe054d4d96
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=91e9ff8828b507a52e93bc65db070c4819d24fc59e3522edc561bcbe054d4d96', 'amz-sdk-invocation-id': b'5838eba1-9acd-439e-9f61-44ab2a9d6451', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:02 GMT', 'x-amzn-requestid': 'AwmakNblMsnZqxu8sDJZZbQqEr895qOJ2Tho8EbbwRNhRPp3vN8t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142302Z
20251014/us-east-1/s3/aws4_request
b5f5be24b9315f7e88cd88846ef0a1663138a57721c3a9bbe7086a704bcf13d0
DEBUG    botocore.auth:auth.py:430 Signature:
6bb257809c1c04daccc9016a69e83c03ec14fde3fd87ffd3167dc58951394def
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6bb257809c1c04daccc9016a69e83c03ec14fde3fd87ffd3167dc58951394def', 'amz-sdk-invocation-id': b'ce14accb-ab6f-4040-8198-61ac51a54e3d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:02 GMT', 'x-amzn-requestid': 'zGg7KNo64GHQrEqr3mp40ZmbZrMHNdhtzyV1FhuMFrilKKYFvCkn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142302Z
20251014/us-east-1/s3/aws4_request
9757f1d6bd85c0771cb698341dfb594cc58db99961eadf46ddbe8e6c5fb48728
DEBUG    botocore.auth:auth.py:430 Signature:
acf709ad26f771bd0647ffeea83348e4578bf71933607268bf891625a3e89aad
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=acf709ad26f771bd0647ffeea83348e4578bf71933607268bf891625a3e89aad', 'amz-sdk-invocation-id': b'181e771a-b35c-4237-a1c6-fd27883923aa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:02 GMT', 'x-amzn-requestid': 'AVfpAF9ktG5FXMJfFWIFvEgTAsDlk0Qz4HaJt2LFFwfkUSsGQIw7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dde56f62-11be-4d98-9857-48cad52b5be5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dde56f62-11be-4d98-9857-48cad52b5be5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dde56f62-11be-4d98-9857-48cad52b5be5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 84c962f6-de0c-4de7-8c48-69eae408a09d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 84c962f6-de0c-4de7-8c48-69eae408a09d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 84c962f6-de0c-4de7-8c48-69eae408a09d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142304Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142304Z
20251014/us-east-1/s3/aws4_request
7668f9fbcd449786952b65f6ecc7f81933c7b7337b6e433e75469981bc983d66
DEBUG    botocore.auth:auth.py:430 Signature:
c6c481d2ba45ca7c90a9b37d4acfb4b72817a2d6a50177574f9ec2a362231039
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142304Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c6c481d2ba45ca7c90a9b37d4acfb4b72817a2d6a50177574f9ec2a362231039', 'amz-sdk-invocation-id': b'2fa39da3-67a3-4d33-a8b7-25828b5080d0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:04 GMT', 'x-amzn-requestid': '5moyOGWDkV3ih6z0YbqFQcp9papaIKqLDmvbfGhbxRml1Zn0hw6B', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142305Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142305Z
20251014/us-east-1/s3/aws4_request
d32cfaafdf8e4955b431c9c2a7ee21159feb03c6724b49a04e82d81abc6f9e37
DEBUG    botocore.auth:auth.py:430 Signature:
b0315c24fbcd751d3cdf1f3dcbaf9192f29b5daae5ef25c560c28eac6a5a8b79
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142305Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b0315c24fbcd751d3cdf1f3dcbaf9192f29b5daae5ef25c560c28eac6a5a8b79', 'amz-sdk-invocation-id': b'e40ad504-92de-48ea-bd09-76febe1150f8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:05 GMT', 'x-amzn-requestid': 'mTAMnGlhZUVK5eg1gxydgaXKavdTOH3aOqJovloJyloclx2AOMBe', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142305Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142305Z
20251014/us-east-1/s3/aws4_request
c6a2a348b9adec3ef4c16741445dfd2f425e3e47aec427a52b21e4531e947a77
DEBUG    botocore.auth:auth.py:430 Signature:
4025bc579bc1f6e998bad341fe02fa726edfbaddfaff2ce7162f2919d457c010
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142305Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4025bc579bc1f6e998bad341fe02fa726edfbaddfaff2ce7162f2919d457c010', 'amz-sdk-invocation-id': b'9b20c1db-640d-4d6f-a0c1-8f2751eccf95', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:05 GMT', 'x-amzn-requestid': 'PylOkZrl4jUFS4p0xr1dmCP1LrnjT9RLACC5qOyLgypWNazIXKev', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bc1635aa-560e-4917-87aa-34cd1437939e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bc1635aa-560e-4917-87aa-34cd1437939e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bc1635aa-560e-4917-87aa-34cd1437939e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7e272fe3-8afd-4a6a-ba5e-63a44b26ed60, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7e272fe3-8afd-4a6a-ba5e-63a44b26ed60, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7e272fe3-8afd-4a6a-ba5e-63a44b26ed60, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142307Z
20251014/us-east-1/s3/aws4_request
f685a1a2a03023476f3de3b044f4029d0a132928ca80adfeb6590a2e659ba559
DEBUG    botocore.auth:auth.py:430 Signature:
6fc74fb41f72462145fc02028b7840fc62f08299ca6c8830a4d8aa7e310ed1fe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6fc74fb41f72462145fc02028b7840fc62f08299ca6c8830a4d8aa7e310ed1fe', 'amz-sdk-invocation-id': b'f3eb1c59-7e85-4d0a-8ea7-d4876f861378', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:07 GMT', 'x-amzn-requestid': 'symoLBE0dzWirPEI9Ax3I27hBrXwc06KaM2YIO5STwJhPX1WJu3c', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142307Z
20251014/us-east-1/s3/aws4_request
dd075f3c671f1443cd65485639eb02fa93564d509bb1a430d223aaee44fe8449
DEBUG    botocore.auth:auth.py:430 Signature:
520a73b267883416d3135dec142574163e58b5bc8ad00233eb0fa5667a7f5030
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=520a73b267883416d3135dec142574163e58b5bc8ad00233eb0fa5667a7f5030', 'amz-sdk-invocation-id': b'5b618e9c-c985-4539-877d-df3413b2c4e5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:07 GMT', 'x-amzn-requestid': 'J6LCk4tJEimeTApRvIEIJ4P5Y6XpQkkQ8wLy46VKwpfShMRtWt0w', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142307Z
20251014/us-east-1/s3/aws4_request
03bbbf20046eae5c4c68003a73d4380ed3948f596e36f8821d0c99adff86960e
DEBUG    botocore.auth:auth.py:430 Signature:
d7209f4ef7124b0e85ed5b548b569915e95d4f1fff972442ec7f4871a7fe5399
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d7209f4ef7124b0e85ed5b548b569915e95d4f1fff972442ec7f4871a7fe5399', 'amz-sdk-invocation-id': b'd75933d3-f8cf-4f03-aff8-95dba9c98f79', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:07 GMT', 'x-amzn-requestid': 'thFtJ93EFk6mGtV05rO996u0HiGjyJuLhkl2JEgfxGObN0NyPFCZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1d5faff4-30ad-4545-8652-3315c3fc5dbe, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1d5faff4-30ad-4545-8652-3315c3fc5dbe, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1d5faff4-30ad-4545-8652-3315c3fc5dbe, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9032fc63-9f97-4f4f-8081-6e4ef79baed6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9032fc63-9f97-4f4f-8081-6e4ef79baed6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9032fc63-9f97-4f4f-8081-6e4ef79baed6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142309Z
20251014/us-east-1/s3/aws4_request
95d1c9c1acf95cc4b843d5974c5a02f60d9fb47971c5218feaa18b24f801cf28
DEBUG    botocore.auth:auth.py:430 Signature:
f8c7e9ad3893c65d62b90b6e3a7f8ec0fd2162377978d0b370133ce1cb0f99e1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f8c7e9ad3893c65d62b90b6e3a7f8ec0fd2162377978d0b370133ce1cb0f99e1', 'amz-sdk-invocation-id': b'a7d379ad-2497-4859-870e-43d0e7640810', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:09 GMT', 'x-amzn-requestid': 'eMBX5Var4lmaP1e8j09GCJsHJPrn3mlVELZvhECqgs508HT3YMA5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142309Z
20251014/us-east-1/s3/aws4_request
d517b65f2dd17ea9d8521bf509acc8782a5081ccf2b4fd39613b7fe68c8ad56a
DEBUG    botocore.auth:auth.py:430 Signature:
ce327ae8d2a45893de1909166ea8483538211e8b1210d564407ed343e57e6cd4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ce327ae8d2a45893de1909166ea8483538211e8b1210d564407ed343e57e6cd4', 'amz-sdk-invocation-id': b'b6753e13-f8ce-429e-a299-21e8adb20288', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:09 GMT', 'x-amzn-requestid': '8qP8AKpod9fjI3xTi8DogBalQGtdkH5v4flT8yW7bwoBF3UN7v0G', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142309Z
20251014/us-east-1/s3/aws4_request
bcce859633188e0ce654a17de8c6a3b6a1f84ef474de29143e48438ff6b9a28c
DEBUG    botocore.auth:auth.py:430 Signature:
f6d94648ea927e0508e9d94f3b61f644316922799cd3f1582c662636f04f4020
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f6d94648ea927e0508e9d94f3b61f644316922799cd3f1582c662636f04f4020', 'amz-sdk-invocation-id': b'f8df0ece-3554-4781-834f-7c223f39ff53', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:09 GMT', 'x-amzn-requestid': 'd1sZ3YAGTrusPqeQ5NtNLkB4BLW2VsN3N3JSKtSynDD9QBK0H7ZV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0adca717-4816-48ed-90df-787e0b13578b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0adca717-4816-48ed-90df-787e0b13578b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0adca717-4816-48ed-90df-787e0b13578b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d0ee945-ca60-4791-b6aa-7661146b15e4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d0ee945-ca60-4791-b6aa-7661146b15e4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4d0ee945-ca60-4791-b6aa-7661146b15e4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142311Z
20251014/us-east-1/s3/aws4_request
53a6fcfcfed7499fa96d6200535d95f400d72cdd6d6ffe589fe9763cb824f084
DEBUG    botocore.auth:auth.py:430 Signature:
2c523a5d9dfb73fd109c8f3930c1a13d3780030d9957c039cdb371c8187d2b21
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c523a5d9dfb73fd109c8f3930c1a13d3780030d9957c039cdb371c8187d2b21', 'amz-sdk-invocation-id': b'05f6a719-08b2-41e7-b0d2-0130bbb5e634', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:11 GMT', 'x-amzn-requestid': 'SFKbNYBbJ8aslzptpDw0giqMLwME5GjoNLFagc9qFuraRDb0zziw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142311Z
20251014/us-east-1/s3/aws4_request
a175f0f605a59919c106b03fde2706da11877bd63e5b39416b30988322f9591d
DEBUG    botocore.auth:auth.py:430 Signature:
485c7e0857178116a30d1e08915984017b8135d06ca2ff41ea7e4a3a7c0fd09b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=485c7e0857178116a30d1e08915984017b8135d06ca2ff41ea7e4a3a7c0fd09b', 'amz-sdk-invocation-id': b'10a7d0f1-78d5-45d1-b5ff-d7a2c3b563e6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:11 GMT', 'x-amzn-requestid': 'kRsi7n3Mkc1Qm5oCmonOE2rEPe7bVH3RWPuc6i89JVVmlFQc3P20', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142312Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142312Z
20251014/us-east-1/s3/aws4_request
cc3577e6dbdb5e0fb17b5ec8b7aeca7c55abddb7404f4f79ccb4930fb61fc5b7
DEBUG    botocore.auth:auth.py:430 Signature:
e9db9c51acb618cf937feb7da671e94d38e8fcad39939e8948c31870eaba6a4a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142312Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e9db9c51acb618cf937feb7da671e94d38e8fcad39939e8948c31870eaba6a4a', 'amz-sdk-invocation-id': b'11483f39-d074-4f4a-bb97-c26ad02f5660', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:12 GMT', 'x-amzn-requestid': 'RHCDKYDlBq3eNGeEn6hxGfsgLvgRXQbVg6acP4tnxs2DZf11U8Eo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ba34faa1-6032-419c-92e3-aa3333adaadc, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ba34faa1-6032-419c-92e3-aa3333adaadc, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ba34faa1-6032-419c-92e3-aa3333adaadc, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 962d11ff-52aa-48e1-a26b-940764314173, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 962d11ff-52aa-48e1-a26b-940764314173, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 962d11ff-52aa-48e1-a26b-940764314173, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142314Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142314Z
20251014/us-east-1/s3/aws4_request
10e139c728eb411ed31696459058064560b3bb1b2a937f6179b4db6b610168ed
DEBUG    botocore.auth:auth.py:430 Signature:
db4e9a15b8f4ef9b6e5e0be24b46d548d9a5e7c631b294d881a192bc9c546985
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142314Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=db4e9a15b8f4ef9b6e5e0be24b46d548d9a5e7c631b294d881a192bc9c546985', 'amz-sdk-invocation-id': b'875a9b39-0249-4b06-8b91-4004908444be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:14 GMT', 'x-amzn-requestid': 'Bb1tjncF4xQ1XbXsEsaATcu0dungb2BVtLqXKgjARxCsMPu2CsLw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142314Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142314Z
20251014/us-east-1/s3/aws4_request
3f73f7f198bf3d8ad5e20c6e48caf14491f76058ce27c0536ff257210b492165
DEBUG    botocore.auth:auth.py:430 Signature:
219da1458f470a93ae3a19f7989225f06773d108c6785e38bc2c496664b6b0e1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142314Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=219da1458f470a93ae3a19f7989225f06773d108c6785e38bc2c496664b6b0e1', 'amz-sdk-invocation-id': b'7662b29e-f355-4972-a9f8-d0f13aca1ead', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:14 GMT', 'x-amzn-requestid': 'H5ZmxrofPKH0Wg6YuiY66BHKbt475a2sa0IzWuecxqBZZtpfPX3z', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142314Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142314Z
20251014/us-east-1/s3/aws4_request
8ec78af330b2aeaa2fd4342c339da10e0c7426de1fdb7f7222c1de68f5d8625e
DEBUG    botocore.auth:auth.py:430 Signature:
6c63ad18e464e9413569b2b5fb046f998ed3895891086ca81b1c988c7eacf376
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142314Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6c63ad18e464e9413569b2b5fb046f998ed3895891086ca81b1c988c7eacf376', 'amz-sdk-invocation-id': b'33008b97-56a3-4b58-aff0-a7e74a5950ab', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:14 GMT', 'x-amzn-requestid': 'EatS7Qi58naJ8ug4HegCTnqETLnPCOY00gvXSBc2aw8oI28SIyeO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7060992c-951f-49be-92a9-ad99ad4530dd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7060992c-951f-49be-92a9-ad99ad4530dd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7060992c-951f-49be-92a9-ad99ad4530dd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, faaef4c7-ee71-474b-8264-d9917070daf2, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, faaef4c7-ee71-474b-8264-d9917070daf2, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, faaef4c7-ee71-474b-8264-d9917070daf2, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142316Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142316Z
20251014/us-east-1/s3/aws4_request
26bd0483646df878210dc1917cc19700de8338951c2d43543649543acd37e6aa
DEBUG    botocore.auth:auth.py:430 Signature:
6cdf320715d6780268ef17d22f0f9b7bd6712598de2d8bef960a190be5a79d39
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142316Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6cdf320715d6780268ef17d22f0f9b7bd6712598de2d8bef960a190be5a79d39', 'amz-sdk-invocation-id': b'f66d3449-f2c8-47b2-b70b-ef3cc510ef37', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:16 GMT', 'x-amzn-requestid': 'himZ5WaOwmCgV0bqnYOF670JMXS9bfI9t1A84kYLZUmtY2z4OOpj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142316Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142316Z
20251014/us-east-1/s3/aws4_request
1d24d42f16f54c881ba1546330996612d75cb8853b64995e0539d5aeff0afc57
DEBUG    botocore.auth:auth.py:430 Signature:
ea01ab466d9a62f463344e5aee286bf69bd4635ac59860b199dc6be8312c2069
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142316Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea01ab466d9a62f463344e5aee286bf69bd4635ac59860b199dc6be8312c2069', 'amz-sdk-invocation-id': b'90bdcd1d-96eb-4fda-9c17-cac998ee2e01', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:16 GMT', 'x-amzn-requestid': '52MJAXd367AYFvNXBFEt0o0NgzX8hKdFVO639vjYA84lRo0sWESF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142316Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142316Z
20251014/us-east-1/s3/aws4_request
0ec74d9641aba7dcc9c101f21a8f1a86bb94348e0f64acf17dd9a7c74a60cc0a
DEBUG    botocore.auth:auth.py:430 Signature:
c20239d4e343ebbe6d40e5673d39dd4b84120470c3dbfcdf28829f543ec6e7b5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142316Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c20239d4e343ebbe6d40e5673d39dd4b84120470c3dbfcdf28829f543ec6e7b5', 'amz-sdk-invocation-id': b'86dc2759-a36f-45d4-9480-d76758902ab9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:16 GMT', 'x-amzn-requestid': 'VLrONqzb1mWcyXpKDkMWzoSg5r3rlFJ6pqIQ7PnSP2aTN1QEOT9A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c2889565-4e00-49a2-a2d4-3217d29bb39d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c2889565-4e00-49a2-a2d4-3217d29bb39d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c2889565-4e00-49a2-a2d4-3217d29bb39d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bdc15065-e244-4dae-b200-69da7035755e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bdc15065-e244-4dae-b200-69da7035755e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bdc15065-e244-4dae-b200-69da7035755e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142318Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142318Z
20251014/us-east-1/s3/aws4_request
fd78b5730c63cf90735f2695521bfadc62316ea27a247db7a1a665be25028d88
DEBUG    botocore.auth:auth.py:430 Signature:
95f21fd317c7e08659ae9cf3270384290864e33837b44e6d335b2e6be856025d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142318Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=95f21fd317c7e08659ae9cf3270384290864e33837b44e6d335b2e6be856025d', 'amz-sdk-invocation-id': b'990d3469-881a-4b4c-9734-f2c44619da65', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:18 GMT', 'x-amzn-requestid': 'ndvFemrKA4U07QgNuQzRnuPNDUqT5lfa61rbKHrOjYSZ54xYJ7P6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142318Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142318Z
20251014/us-east-1/s3/aws4_request
83173ece641120cdf31ca56c2f14a520a5a72f93ae5a7b39c4596848ad27aab0
DEBUG    botocore.auth:auth.py:430 Signature:
1b1dca83d27e7f9c47632c6b7ea5d3931b7dae5e413a2427c2ad7cc1ca0eb0c6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142318Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b1dca83d27e7f9c47632c6b7ea5d3931b7dae5e413a2427c2ad7cc1ca0eb0c6', 'amz-sdk-invocation-id': b'caef80d4-d45f-462f-9e45-8003386566cf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:18 GMT', 'x-amzn-requestid': 'hkZlfqBXstrqRMKcYzg8U3BxXeXdujFlotyhjm9nGD2xjIemT6Lq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142318Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142318Z
20251014/us-east-1/s3/aws4_request
028fc1ae70c55d1bff78836b408ed220194cf1e6136e9583d42e6afc84da902c
DEBUG    botocore.auth:auth.py:430 Signature:
20507f696cc49c7cb479ceea339392cf159d35544af6988943d0b7b832d924d5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142318Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=20507f696cc49c7cb479ceea339392cf159d35544af6988943d0b7b832d924d5', 'amz-sdk-invocation-id': b'7a490bb5-eae7-4b4c-9461-d97f9f9f7aaf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:18 GMT', 'x-amzn-requestid': 'o1ZqBGYvn5Bn0Scf4sfDSmH90axH5pvdWVfIhbrJRVzDarxlA8Rv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d2afc4bf-6fe0-4ad2-a39b-73afc21afbbd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d2afc4bf-6fe0-4ad2-a39b-73afc21afbbd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d2afc4bf-6fe0-4ad2-a39b-73afc21afbbd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f7a474b3-daf5-4455-9c35-61c79962bb84, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f7a474b3-daf5-4455-9c35-61c79962bb84, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f7a474b3-daf5-4455-9c35-61c79962bb84, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142320Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142320Z
20251014/us-east-1/s3/aws4_request
f37fce555576419e23139f8580bda845f3de4b22af56d88fa4283a9356e5e94b
DEBUG    botocore.auth:auth.py:430 Signature:
79fd9a7157aad6f49107faaaaabcdda4d209813a15d0de47381ab42e79b5db3b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142320Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=79fd9a7157aad6f49107faaaaabcdda4d209813a15d0de47381ab42e79b5db3b', 'amz-sdk-invocation-id': b'67c32b96-7885-4995-892e-1a8e63efabd6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:20 GMT', 'x-amzn-requestid': 'VVpUIWNX9LhiWBfqnbf6Pg9VMSoF2GVQqgutyqkmEflJGgWQFBvb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142320Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142320Z
20251014/us-east-1/s3/aws4_request
31e578edfee528fe60f7a320a8938d1b962a58f17ae937ba2b8304130aa0377f
DEBUG    botocore.auth:auth.py:430 Signature:
7eaf89af948a0d0e15d118267b670a58de5c51fcbdd76301514f40d2dc180f1d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142320Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7eaf89af948a0d0e15d118267b670a58de5c51fcbdd76301514f40d2dc180f1d', 'amz-sdk-invocation-id': b'41fa35f8-8a43-42ac-810f-35ee0ef177de', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:20 GMT', 'x-amzn-requestid': 'Xj9V7NXim5rg4juGVMJrKTmykbPuQKKgw7sdDjrrG8FqvEvVYNI3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142320Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142320Z
20251014/us-east-1/s3/aws4_request
ca92f1f007fba6683f8cc92f7aa62d1e0c45c40046aa8faef62c9399e6da906c
DEBUG    botocore.auth:auth.py:430 Signature:
fb241c31063d7ce6eb6787bc69cd650ea6e3002215c4abd5a29a100013cd795f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142320Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fb241c31063d7ce6eb6787bc69cd650ea6e3002215c4abd5a29a100013cd795f', 'amz-sdk-invocation-id': b'14d18609-9ac0-4009-8993-503f3847bdf4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:20 GMT', 'x-amzn-requestid': 'ptZjuAMwGBdDxyzw3zk0KLtbOrq6S7UVhXxyROlyklIpB1vQ2lv2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ea80efca-d70c-4d7d-83bf-27f6bb7ca946, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ea80efca-d70c-4d7d-83bf-27f6bb7ca946, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ea80efca-d70c-4d7d-83bf-27f6bb7ca946, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 748d5ddb-ea35-43df-a02e-f50b6c958fe8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 748d5ddb-ea35-43df-a02e-f50b6c958fe8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 748d5ddb-ea35-43df-a02e-f50b6c958fe8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142322Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142322Z
20251014/us-east-1/s3/aws4_request
cf933aa99b057acf8479b7b1d39fb7dedc03929852178428863b04095f565595
DEBUG    botocore.auth:auth.py:430 Signature:
9a8f17f37b5d8d2df3645225462ebdfca5b3e8e9bb1476d1ed18f1ca46bc5a18
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142322Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9a8f17f37b5d8d2df3645225462ebdfca5b3e8e9bb1476d1ed18f1ca46bc5a18', 'amz-sdk-invocation-id': b'8e3fe0ec-2cfe-4045-87be-c6313ac896fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:22 GMT', 'x-amzn-requestid': 'ibimdjfQ1yIx5qyOmtnlwwCJsX95DxIjZg8mv10EkrUvyFTZRxq4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142322Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142322Z
20251014/us-east-1/s3/aws4_request
b30ed7e509c688aadb8b6be9c1554e6d23ea8174467defcd4e344a0c75018eb8
DEBUG    botocore.auth:auth.py:430 Signature:
84cdd63fb08de530c8043f4c99aa3de5a176c1f633b41d3c112aaaa6114cb514
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142322Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=84cdd63fb08de530c8043f4c99aa3de5a176c1f633b41d3c112aaaa6114cb514', 'amz-sdk-invocation-id': b'583ddd8e-40a8-4455-a014-3f9c93da686c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:22 GMT', 'x-amzn-requestid': 'gLcpvVqR4Y2FSeCx793J7ug8aejZ7UEDdtsAHu5GuJgigey1oNYd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142322Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142322Z
20251014/us-east-1/s3/aws4_request
e8812b52b4dfe700cea3f8f0be892dd7b1b75fd6361a3a51e366a0f1975d0f33
DEBUG    botocore.auth:auth.py:430 Signature:
68a0b0dc5ba83e6d5227f6f3c875dbdf97ca3492be008f7d067f6a813ed6815b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142322Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=68a0b0dc5ba83e6d5227f6f3c875dbdf97ca3492be008f7d067f6a813ed6815b', 'amz-sdk-invocation-id': b'46078a45-3416-4f3b-b193-d89b4cfa76d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:22 GMT', 'x-amzn-requestid': 'y2HM3Qw6F353IKIoaose4yQQ6qcZBCYhtyH5zbQYTiYKXF820AMc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1eba2ab9-e67a-4ad7-9e38-5ad85535c3e6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1eba2ab9-e67a-4ad7-9e38-5ad85535c3e6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1eba2ab9-e67a-4ad7-9e38-5ad85535c3e6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 97a98dcf-b64a-4192-bbc5-f07b48dd2c36, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 97a98dcf-b64a-4192-bbc5-f07b48dd2c36, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 97a98dcf-b64a-4192-bbc5-f07b48dd2c36, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142323Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142323Z
20251014/us-east-1/s3/aws4_request
b28e86f2e223941f9cd04c25f3bf15b4702321bb402a270b23e2df8e8e44a8bb
DEBUG    botocore.auth:auth.py:430 Signature:
48de382c35f303d6ae79de4d86fb42dffbb7c093219c365c9c9bb21e4f62d5f5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142323Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=48de382c35f303d6ae79de4d86fb42dffbb7c093219c365c9c9bb21e4f62d5f5', 'amz-sdk-invocation-id': b'69022f6d-14c6-4306-ab55-8c1d95fc812e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:23 GMT', 'x-amzn-requestid': 'MASaHnFaz9rMxKzCSiXbfxzNkZF45uMKFP2NYCEH9KfdBHyeai3R', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142323Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142323Z
20251014/us-east-1/s3/aws4_request
c265b57ebbb5306f246e047213310e3be5d8c55f38c8838224dd84350e80e49a
DEBUG    botocore.auth:auth.py:430 Signature:
6523048120552e09a6c5de130d483324e75a92ab578df6f2e63713581a89651a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142323Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6523048120552e09a6c5de130d483324e75a92ab578df6f2e63713581a89651a', 'amz-sdk-invocation-id': b'73249882-9234-4591-9437-b211129bca2c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:23 GMT', 'x-amzn-requestid': 'Ob6umsW1neOQwfo5D5PQ7QdU62LOa1xqZuoclgcmpTClUUfH3IzD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142323Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142323Z
20251014/us-east-1/s3/aws4_request
8c2d7e6d1ea62ea9c5557d2b41824d70926bda85b2faacdb42023c37cc019e7b
DEBUG    botocore.auth:auth.py:430 Signature:
c7b446f8c91ddcf63c47911fe46376deb946a3a4d509681937909b6f66ba050e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142323Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c7b446f8c91ddcf63c47911fe46376deb946a3a4d509681937909b6f66ba050e', 'amz-sdk-invocation-id': b'e44fa5d7-6b54-4ce4-9529-505e544902d9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:23 GMT', 'x-amzn-requestid': '5nvCFsjuYD9a5jVYQ98fkKjFmNLVEmkw5pA9bobvcjKG09XyQ4M8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 376ef174-f9bf-49b3-a2cb-121fa0b4ad38, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 376ef174-f9bf-49b3-a2cb-121fa0b4ad38, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 376ef174-f9bf-49b3-a2cb-121fa0b4ad38, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1fd56f9b-f7b3-46d1-813e-cde62a2275ae, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1fd56f9b-f7b3-46d1-813e-cde62a2275ae, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1fd56f9b-f7b3-46d1-813e-cde62a2275ae, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142325Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142325Z
20251014/us-east-1/s3/aws4_request
16902fffd48c3f751c2850a776808334ccdd76c4e306b485fc16eff4bbc91da1
DEBUG    botocore.auth:auth.py:430 Signature:
4b7e80d2483a6dd26527ba4542c11cb5826ead8d4898423d3c6bdc143da1b85f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142325Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b7e80d2483a6dd26527ba4542c11cb5826ead8d4898423d3c6bdc143da1b85f', 'amz-sdk-invocation-id': b'0ce370f9-959b-4d42-9da4-be17a7b9c97f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:25 GMT', 'x-amzn-requestid': 'aRnZ1TZY1mIt28fva4ajo0dKGmxhF47V3rHVove6MbEMmTfDnTLB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142325Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142325Z
20251014/us-east-1/s3/aws4_request
31e1268bd9c53c939e00a46c7d4fb72d5adf90c55c8dc760eaba2379a5ef5b27
DEBUG    botocore.auth:auth.py:430 Signature:
26bc2e309bf0e09e67904280ae59ef4c4fd7c595b8fb9b88a3200bda3e50e7fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142325Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=26bc2e309bf0e09e67904280ae59ef4c4fd7c595b8fb9b88a3200bda3e50e7fc', 'amz-sdk-invocation-id': b'dc121341-bf00-4d80-b7b5-e0dd94c45034', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:25 GMT', 'x-amzn-requestid': 'kGeOMHVjYFkZ5ztDMIUoIjl4b53AzYHpOa8jwuu58FzVj5adMhSg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142325Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142325Z
20251014/us-east-1/s3/aws4_request
d40796d4d3c5c64bce0137b947e2b8fcc35c57b5d1c30d644ad1de6a5f376ddd
DEBUG    botocore.auth:auth.py:430 Signature:
d4b1af5acc1621d6d993a26751e13e0e35e149ea45d6ddc1d509f9c83e443382
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142325Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4b1af5acc1621d6d993a26751e13e0e35e149ea45d6ddc1d509f9c83e443382', 'amz-sdk-invocation-id': b'568106ce-5eec-48e3-accb-e3608de3b4fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:25 GMT', 'x-amzn-requestid': 'xyOnPOgvV580efctQdk60kOGO0RPWolEsrI0k2IBkzV54G41xt00', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 736a84a4-e4f2-4abf-a3d1-23955fc73c3b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 736a84a4-e4f2-4abf-a3d1-23955fc73c3b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 736a84a4-e4f2-4abf-a3d1-23955fc73c3b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 72488e62-31bf-469c-b4de-9bf188192e69, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 72488e62-31bf-469c-b4de-9bf188192e69, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 72488e62-31bf-469c-b4de-9bf188192e69, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142327Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142327Z
20251014/us-east-1/s3/aws4_request
25547f189ced60bc5b802dbd59159f17c536215ce8d1db70f54c2509b8dd6af2
DEBUG    botocore.auth:auth.py:430 Signature:
98ab283c9b01951dbef82bb910ab935206a6b86cea32bcc1275ae88830d10edc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142327Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=98ab283c9b01951dbef82bb910ab935206a6b86cea32bcc1275ae88830d10edc', 'amz-sdk-invocation-id': b'7aa218d0-14c1-4e72-a855-c88cfcf20d62', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:27 GMT', 'x-amzn-requestid': 'UE7kRBhmFSfi2OMNhudjIKkoCkfoTVrDFDlmpT9KLEiSbUqAZvAn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142327Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142327Z
20251014/us-east-1/s3/aws4_request
5a21f45d49ed2c80cd3c1f60f005b3cdec934d3ca1526b4c19d0d7e6f144f760
DEBUG    botocore.auth:auth.py:430 Signature:
0e59dcdbe895ca5e64878e5ea7820bd15729021b368a865676315f322384e089
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142327Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e59dcdbe895ca5e64878e5ea7820bd15729021b368a865676315f322384e089', 'amz-sdk-invocation-id': b'1323ab20-13b5-4f7e-af86-ae6ebed54510', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:28 GMT', 'x-amzn-requestid': '4rKxYVVypfXr4ocbkjKpWkBO6ROqQ7pXwLOhTfDxcoFVsXx9aZz9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142328Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142328Z
20251014/us-east-1/s3/aws4_request
d9b728d65bf52a0782fcb9876a0477b3f57071c60b51b03bfe0a074f33429698
DEBUG    botocore.auth:auth.py:430 Signature:
6e75e53e4f1ee34d73f8f52b294e95c03c435f74093d1dd082c3c0830d37601c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142328Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6e75e53e4f1ee34d73f8f52b294e95c03c435f74093d1dd082c3c0830d37601c', 'amz-sdk-invocation-id': b'e2b1c6fd-b323-43b0-aa5b-85f9d1bf07ac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:28 GMT', 'x-amzn-requestid': '5u5ZvwOnPH9k1JySuvrzZN1tGrE4e4uLpF8GEEPPfkKqON9HTcBo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 96295b8c-2d5e-4dde-9458-4769ac60e1ad, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 96295b8c-2d5e-4dde-9458-4769ac60e1ad, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 96295b8c-2d5e-4dde-9458-4769ac60e1ad, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 02d7f63f-58cd-4526-9031-38baab89da1d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 02d7f63f-58cd-4526-9031-38baab89da1d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 02d7f63f-58cd-4526-9031-38baab89da1d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142330Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142330Z
20251014/us-east-1/s3/aws4_request
28522daf7eea5a19a8f5ce6826d83285564ed7d2310d2535eec55861feebf9f2
DEBUG    botocore.auth:auth.py:430 Signature:
47f06120ce15dceccbb35a49805f0cdc53e9064e0fb3676403152f662c4fb4b6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142330Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47f06120ce15dceccbb35a49805f0cdc53e9064e0fb3676403152f662c4fb4b6', 'amz-sdk-invocation-id': b'6fea93f3-9b5e-45a0-95de-3baea222005d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:30 GMT', 'x-amzn-requestid': 'IxD8mfeGpRO68dYzzaZr0xZSXj9IXmwgGlIuI2D5nP9FanEiMoCb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142330Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142330Z
20251014/us-east-1/s3/aws4_request
57ca66833971041f0238562ae33e7f4945a9791678166116c69f28ca9da0d94d
DEBUG    botocore.auth:auth.py:430 Signature:
9bc49d910a8ebaad1d33df2c1e14f3b469d6daa6016268f07a58d3b58937aa2d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142330Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9bc49d910a8ebaad1d33df2c1e14f3b469d6daa6016268f07a58d3b58937aa2d', 'amz-sdk-invocation-id': b'bd5e8ed4-74c6-43b7-aa17-26cd5df85483', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:30 GMT', 'x-amzn-requestid': 'MRclK8NEMhnZQb9QY2Oc5ziYywyBJNwLQnCTHcw1D0N2TrrghPWy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142330Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142330Z
20251014/us-east-1/s3/aws4_request
9d306a4821815d0be60cf5657f6e5dd8adedec2010352b7ac397ae793193e723
DEBUG    botocore.auth:auth.py:430 Signature:
36a4f69149e3b0e9d6865aa1e915075a574d8502cdce82321e8e447cee4a358c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142330Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=36a4f69149e3b0e9d6865aa1e915075a574d8502cdce82321e8e447cee4a358c', 'amz-sdk-invocation-id': b'2f7443ae-5fe1-4bea-9721-97dabe042023', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:30 GMT', 'x-amzn-requestid': 'ElTW1oSfSpavoKyyp6nzKOWUjM5M0emuKLjgZPP4LJb59Xi3dRGU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 112d51b1-df5e-4743-b2ba-f40dec71c7bf, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 112d51b1-df5e-4743-b2ba-f40dec71c7bf, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 112d51b1-df5e-4743-b2ba-f40dec71c7bf, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1514bf6e-39ed-4679-9022-0b967a6d58ca, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1514bf6e-39ed-4679-9022-0b967a6d58ca, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1514bf6e-39ed-4679-9022-0b967a6d58ca, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142332Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142332Z
20251014/us-east-1/s3/aws4_request
645103c520f1a584cc77294b8223263dfb8e3779ccdbeef659b3c46c5957fb23
DEBUG    botocore.auth:auth.py:430 Signature:
4fa7becaa293186ac679d56c7f1a51ae0c8267b9653a9a88aa98dc3ec3580451
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142332Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4fa7becaa293186ac679d56c7f1a51ae0c8267b9653a9a88aa98dc3ec3580451', 'amz-sdk-invocation-id': b'7e2105cb-ed33-44bb-8016-f8e92588e20a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:32 GMT', 'x-amzn-requestid': 'QsdHX5T5hdZ7995Uklysqs4kDgqtuVlfGzcquqFvAegGhNGka7Dd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142332Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142332Z
20251014/us-east-1/s3/aws4_request
fa7c3c8f7721d3248a0579716c5ca355f7f241e7174eeb452c7c2c6b68c9af2e
DEBUG    botocore.auth:auth.py:430 Signature:
6300a4fc0cb86f04980396585963d84c4b552b5fc6f5abf36beb6ad3ef54a0fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142332Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6300a4fc0cb86f04980396585963d84c4b552b5fc6f5abf36beb6ad3ef54a0fc', 'amz-sdk-invocation-id': b'1e9b6729-148d-4e0b-8b89-b67f46307a20', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:32 GMT', 'x-amzn-requestid': 'tQg6v5CAAEQhMDQBWlJgfXdYntWYnADijZJQdLcykTFP1vABGs2c', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142332Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142332Z
20251014/us-east-1/s3/aws4_request
27a9a600a5c72365751976d84211e881d0c91e49b13d2bc7eab9fcd6d1a6434b
DEBUG    botocore.auth:auth.py:430 Signature:
2143ecca97ad6c9909c7329358c004432e96aa899df52e6d3b710e1fd6c253dc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142332Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2143ecca97ad6c9909c7329358c004432e96aa899df52e6d3b710e1fd6c253dc', 'amz-sdk-invocation-id': b'877bbc05-b86f-4246-9586-cf2a19094294', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:32 GMT', 'x-amzn-requestid': 'l8kPYDNLquPdOpYfgrSwSVLazq8O7zU168rpDFtgEgyizxl6ZBIi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 66a7a18c-96b7-47be-a2ad-9cd9d9d5f7f1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 66a7a18c-96b7-47be-a2ad-9cd9d9d5f7f1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 66a7a18c-96b7-47be-a2ad-9cd9d9d5f7f1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3ff421ed-5044-40f8-841d-4559de0c82c8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3ff421ed-5044-40f8-841d-4559de0c82c8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3ff421ed-5044-40f8-841d-4559de0c82c8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142334Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142334Z
20251014/us-east-1/s3/aws4_request
7b85055221d29569efbfc43f17d03fbf790b653dfff55ecc711c73d4d3a69f3c
DEBUG    botocore.auth:auth.py:430 Signature:
2c297f7b7748396e4050641a92b842962b7733d7740076d7ce4e131ff23a7430
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142334Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c297f7b7748396e4050641a92b842962b7733d7740076d7ce4e131ff23a7430', 'amz-sdk-invocation-id': b'dfae7439-f02e-4a6c-8cca-7ae2e1a9f304', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:34 GMT', 'x-amzn-requestid': 'iTbaBaNRQPo8qAwgjkCpsN53ru31HpweV7Enjz7fpv6WylnGreje', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142334Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142334Z
20251014/us-east-1/s3/aws4_request
f37c1c0a78991b679493cb28eac38e13c1a99cf8f5ab688d091b44bb9241d29f
DEBUG    botocore.auth:auth.py:430 Signature:
911e499f66dd82431a424970b1f422cfd264012ee8511d46e01f113c7bc11010
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142334Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=911e499f66dd82431a424970b1f422cfd264012ee8511d46e01f113c7bc11010', 'amz-sdk-invocation-id': b'ed23c6a9-29e9-433c-831e-9f1519255ce5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:34 GMT', 'x-amzn-requestid': '0k8UgMFnMoiRJoPUrWue8i8RUzB3vOsi8hL1tN7XkwbIRKESSZpD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142334Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142334Z
20251014/us-east-1/s3/aws4_request
81890a3ce53c917ea9d280b352441e73810094f629dd9beccf03b60d1d4ad18a
DEBUG    botocore.auth:auth.py:430 Signature:
310fa7387e96f27804154661efdff3085ee18630ad04e29125d41f84971ec828
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142334Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=310fa7387e96f27804154661efdff3085ee18630ad04e29125d41f84971ec828', 'amz-sdk-invocation-id': b'3ef91d97-2d13-4c22-a46a-7f86d7f289d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:34 GMT', 'x-amzn-requestid': 'cJlVmucJmsEvUdBJ7RXBePmnoDU16N12W2LhnFaEJl8q1Ld1lWOK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a56f858b-60ec-451a-95c8-909476120131, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a56f858b-60ec-451a-95c8-909476120131, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a56f858b-60ec-451a-95c8-909476120131, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2d69dc79-882b-4556-a535-a4441e393017, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2d69dc79-882b-4556-a535-a4441e393017, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2d69dc79-882b-4556-a535-a4441e393017, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142336Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142336Z
20251014/us-east-1/s3/aws4_request
ef76570e8cb4f14e2ac3303a0b4718c8883bc2876c4634b1e55968b3c2b87386
DEBUG    botocore.auth:auth.py:430 Signature:
bf2aea824fc64f48b5f496a0a703700ceda3fc6c3112412615ddf2a26373cf01
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142336Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bf2aea824fc64f48b5f496a0a703700ceda3fc6c3112412615ddf2a26373cf01', 'amz-sdk-invocation-id': b'3f6cff8d-df6d-4714-b29d-f193ef9bdda9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:36 GMT', 'x-amzn-requestid': 'kiXQI0ij3EjnwiEpdubWRNvSVF3T8VlIOOr5nVBzwiCrp4gRpDYf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142336Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142336Z
20251014/us-east-1/s3/aws4_request
60b58cc3db395be74bfa93ac6ac057ec0252bc4a8b37ede835c29e63da45e164
DEBUG    botocore.auth:auth.py:430 Signature:
77465d7c8685325680d17bbea01275a9ff1aaede11477dc12794c6f125719f2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142336Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77465d7c8685325680d17bbea01275a9ff1aaede11477dc12794c6f125719f2e', 'amz-sdk-invocation-id': b'a98b2884-c6df-4193-b259-94e3a2c05827', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:36 GMT', 'x-amzn-requestid': 'LS3FOfrXCNhbyLSbQZ5ETHvtVsIQaBDDpccPWtrNKlBnmwDEQ9LI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142336Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142336Z
20251014/us-east-1/s3/aws4_request
8afc0776a1dc7fe2fe461f85c64514f1225a9e60419e9e8e0a77abf0f826a07f
DEBUG    botocore.auth:auth.py:430 Signature:
4d13e1621cb9241cb621f1a60f24e4a84705c02a02b270219f4841f29b796bd3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142336Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4d13e1621cb9241cb621f1a60f24e4a84705c02a02b270219f4841f29b796bd3', 'amz-sdk-invocation-id': b'72b90675-f320-434c-aa73-9d9db33b3ee5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:36 GMT', 'x-amzn-requestid': '7g0lk7dTHLj1rhUFfB9NwlY5TFaKsnJRP55XTNwXrgxcrXsv67Lm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 13562d6c-d39a-47c6-9ef7-0a263459873e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 13562d6c-d39a-47c6-9ef7-0a263459873e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 13562d6c-d39a-47c6-9ef7-0a263459873e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, beb29f5b-794a-46de-8d1d-b9453b276fb6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, beb29f5b-794a-46de-8d1d-b9453b276fb6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, beb29f5b-794a-46de-8d1d-b9453b276fb6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142338Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142338Z
20251014/us-east-1/s3/aws4_request
a8722082828b36892964b4791c4556dc305605f8ed325b444b8a4e0b34fc761d
DEBUG    botocore.auth:auth.py:430 Signature:
9d9b02e6c0aca0de816c28d4edf9ec8543184c0cf395aaf113a11690f0e2568f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142338Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9d9b02e6c0aca0de816c28d4edf9ec8543184c0cf395aaf113a11690f0e2568f', 'amz-sdk-invocation-id': b'5d62bc03-0960-42ab-ba15-f45e21154b53', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:38 GMT', 'x-amzn-requestid': 'q7iU3q2XilcXgHIsPw1DM09RPCiPKNley1fD4t3o9znpRhxxMytq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142338Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142338Z
20251014/us-east-1/s3/aws4_request
dd0e40209261d7ecbd4452d5600b697edaddc9c60a192d1980874ae20f09c5b1
DEBUG    botocore.auth:auth.py:430 Signature:
e2f0058d4bedd105e4660ba3a3f3394b5fb140569d884586b9c2ad7129632af2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142338Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e2f0058d4bedd105e4660ba3a3f3394b5fb140569d884586b9c2ad7129632af2', 'amz-sdk-invocation-id': b'14649b9c-eb10-488b-a112-2f0ee3b4cc34', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:38 GMT', 'x-amzn-requestid': 'qrYrTzJq7NVpmSQ02MbRqv6YReGrUdkXulPpZGgGzEyScu8g5DmF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142338Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142338Z
20251014/us-east-1/s3/aws4_request
47006019e3bee69d1ccd7329a89cde51dcb20d2caf2cc303c909b8a13a9c3b86
DEBUG    botocore.auth:auth.py:430 Signature:
c672cd2a15d8b705b5a5975fe8bf0b5da06b29e2def5b89d534c3ba8c1e9d8e1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142338Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c672cd2a15d8b705b5a5975fe8bf0b5da06b29e2def5b89d534c3ba8c1e9d8e1', 'amz-sdk-invocation-id': b'c96a0a8b-a642-438c-b704-157bd8bac633', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:38 GMT', 'x-amzn-requestid': 'VQo4SQ1CLQ81QojIxKmJKsAlPLDZsCIuFzkeAJ2Us1iOVPLd7BLm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f3146ce2-4626-43f9-a420-0a0f539c7eed, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f3146ce2-4626-43f9-a420-0a0f539c7eed, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f3146ce2-4626-43f9-a420-0a0f539c7eed, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f0b7efe2-4819-43a3-8126-cf3b8fb84918, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f0b7efe2-4819-43a3-8126-cf3b8fb84918, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f0b7efe2-4819-43a3-8126-cf3b8fb84918, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142340Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142340Z
20251014/us-east-1/s3/aws4_request
f7d4319a95e9af95f24a72929dfb2d8a598703118616a59827784ced7294401e
DEBUG    botocore.auth:auth.py:430 Signature:
4d5a38a9debef5e5f54661194aed88ad476a705ac25f04167261a5ff6958344f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142340Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4d5a38a9debef5e5f54661194aed88ad476a705ac25f04167261a5ff6958344f', 'amz-sdk-invocation-id': b'b7aa29b5-7fdf-4b30-99f2-0cd9d86ebab5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:40 GMT', 'x-amzn-requestid': 'O4oAqS8LN74t5JRnQ2NAV75RPGul2xx48xHQqQ8sYeQKMNQrGqO6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142340Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142340Z
20251014/us-east-1/s3/aws4_request
c29aca721704bdc049a986657384a403d172dee26f823a4ce24e0eded6c68c98
DEBUG    botocore.auth:auth.py:430 Signature:
a7fb93f1080538aa2cda8dc53936a2a48a8b443d41317a2f2b88f72b3e4f73f1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142340Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a7fb93f1080538aa2cda8dc53936a2a48a8b443d41317a2f2b88f72b3e4f73f1', 'amz-sdk-invocation-id': b'9a9d2f94-e26c-4a79-90fb-04c706cf8306', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:40 GMT', 'x-amzn-requestid': '3QlmaXjqVXoYV6koYqmLMtXJijikOelEovK9o23QkVqkrZ0kPKQ0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142341Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142341Z
20251014/us-east-1/s3/aws4_request
595ba0eaed065968fed47a79fd2a4a2f91919b336446dfd927f37a7b44a77fe9
DEBUG    botocore.auth:auth.py:430 Signature:
f87627b09c24e7d43996f9d4389be247fc1e0f7013171bb04caa9a64267f0a6a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142341Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f87627b09c24e7d43996f9d4389be247fc1e0f7013171bb04caa9a64267f0a6a', 'amz-sdk-invocation-id': b'2f57c2c7-8e77-438c-b135-423a143e459b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:41 GMT', 'x-amzn-requestid': 'cihL5HXWQHKRJiM2co6VniIwWT3uulXxUYmaoWbgE3Gheo9EuoIf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6e7f9ade-11e6-43bb-8e09-c0f56f17e56a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6e7f9ade-11e6-43bb-8e09-c0f56f17e56a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6e7f9ade-11e6-43bb-8e09-c0f56f17e56a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5691ad90-9b22-4df7-8c81-7ff7af4cbd48, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5691ad90-9b22-4df7-8c81-7ff7af4cbd48, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5691ad90-9b22-4df7-8c81-7ff7af4cbd48, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142342Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142342Z
20251014/us-east-1/s3/aws4_request
ab6e7e93262b07615f6cec792207bf23e2a86a6c7234b4d4f31fd6c1b37fdd80
DEBUG    botocore.auth:auth.py:430 Signature:
94d622ed3e68c29c93b470429fa60451549753697d2e77a5c544a81c16a79e0d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142342Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=94d622ed3e68c29c93b470429fa60451549753697d2e77a5c544a81c16a79e0d', 'amz-sdk-invocation-id': b'b48ba24e-f1c1-46aa-a586-6eb6407891a8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:42 GMT', 'x-amzn-requestid': '92QDnwpz9Up5GtOAHgdZpnO1ne1fPX1T7ICvFbGEjgWGsgz2wsbL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142342Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142342Z
20251014/us-east-1/s3/aws4_request
83b99fd16158ae37fba4814b6e8998d8ecc92975b73cc909f347fb9a5622713a
DEBUG    botocore.auth:auth.py:430 Signature:
3c74aaa6b410125b976c3300672edbe6990092e8c082bc3aa099e2aa0b198ed5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142342Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3c74aaa6b410125b976c3300672edbe6990092e8c082bc3aa099e2aa0b198ed5', 'amz-sdk-invocation-id': b'c02628a3-d7d4-41a2-a62a-aa0ca8564bc8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:42 GMT', 'x-amzn-requestid': '8gj1OnHXhwF3EWRoE8Vl0Hmtr6sGQILdScU4pE0C50oxAcvUY2xV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142343Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142343Z
20251014/us-east-1/s3/aws4_request
625d6c8a1c13ba847aa6de7292f7998dfd1bb2a6c43d1d9fc9c6988befc81bd6
DEBUG    botocore.auth:auth.py:430 Signature:
3f267406cc0bddf8395cca997cdfefbb7e0a3bacd9dd272660f0501190ae3ac5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142343Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3f267406cc0bddf8395cca997cdfefbb7e0a3bacd9dd272660f0501190ae3ac5', 'amz-sdk-invocation-id': b'4e343469-ffdd-4fdb-87da-6541f164f3fa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:43 GMT', 'x-amzn-requestid': 'Qp1cvX1fzWYzjzaoTjf84YRxUdVSgFkDITFSEhtPqFXldso7Qmbv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0fb17400-3211-4ec3-adaa-3151d1d1184f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0fb17400-3211-4ec3-adaa-3151d1d1184f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0fb17400-3211-4ec3-adaa-3151d1d1184f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5a011ee9-4b7b-4cde-a0c2-aff93c8442d7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5a011ee9-4b7b-4cde-a0c2-aff93c8442d7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5a011ee9-4b7b-4cde-a0c2-aff93c8442d7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142345Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142345Z
20251014/us-east-1/s3/aws4_request
d3c7e21cea8f01ffc97a3cf3b0850e30d1ece9b494f6532ed94273f148b56078
DEBUG    botocore.auth:auth.py:430 Signature:
e97975ba6b7d68ebeba2284cebcf88f78d27861c4a2bd1761a1986a52eec9ec3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142345Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e97975ba6b7d68ebeba2284cebcf88f78d27861c4a2bd1761a1986a52eec9ec3', 'amz-sdk-invocation-id': b'2fc43e64-4148-47f6-b698-5dc3532aa39d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:45 GMT', 'x-amzn-requestid': 'RNwCOyUXmDRMZeTiePvPcm1VFIB2Bj0KBLoAfMbmiL1EtLOE5Lyo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142345Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142345Z
20251014/us-east-1/s3/aws4_request
910ab3d1b1ddf1a0da7edda74e642dcbe560a420126c20327bacdbb1ed88b03a
DEBUG    botocore.auth:auth.py:430 Signature:
db54151eb1d603f6766529b17c65532e24968d63ec9ee0cd11d508ae9914989c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142345Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=db54151eb1d603f6766529b17c65532e24968d63ec9ee0cd11d508ae9914989c', 'amz-sdk-invocation-id': b'78b373c8-01e5-4998-81bc-4726ae426296', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:45 GMT', 'x-amzn-requestid': 'RDRtjgLa7NE4OlP898MHaV3Pq75SbJF288zwT1h5u8oB1WLeIwyD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142345Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142345Z
20251014/us-east-1/s3/aws4_request
812937329cd9ef096daa57a239cc88080dccfc4a61cb62095e0375858284ab46
DEBUG    botocore.auth:auth.py:430 Signature:
e9157595403aba12d6b6423807166086c80936e8e67b2973b03468655e59c6ca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142345Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e9157595403aba12d6b6423807166086c80936e8e67b2973b03468655e59c6ca', 'amz-sdk-invocation-id': b'312763b0-3792-4255-8498-2b935beb0eb7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:45 GMT', 'x-amzn-requestid': 'AgqIys5VdTRHQdmMx9kcnCyZf3ihYCWd1Rb8oXnZKvNMq4NwOpSr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0ec90842-ade1-485c-b43a-83e02aa3ec75, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0ec90842-ade1-485c-b43a-83e02aa3ec75, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0ec90842-ade1-485c-b43a-83e02aa3ec75, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 43376809-d412-4d6a-9d9f-492b86df2366, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 43376809-d412-4d6a-9d9f-492b86df2366, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 43376809-d412-4d6a-9d9f-492b86df2366, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142347Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142347Z
20251014/us-east-1/s3/aws4_request
1ac02c9f331efc278fed8d31d6e321fc0d8db42f28a394b4b9c9a92da71550aa
DEBUG    botocore.auth:auth.py:430 Signature:
0e391824974102ae94bfd14b5511a151f2d66338055fbec2f93927aaf55d5dd0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142347Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e391824974102ae94bfd14b5511a151f2d66338055fbec2f93927aaf55d5dd0', 'amz-sdk-invocation-id': b'8579ddb2-a76e-4d50-8731-9f792eaf38d6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:47 GMT', 'x-amzn-requestid': 'ITtObOj77JqgDTdhDhr59UOtNrKDmsagMlUBb5pXFuohi0jztOXb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142347Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142347Z
20251014/us-east-1/s3/aws4_request
ef96e483095f6906b821f419439abefeaa9ce467d027ba421bba3c39bfcb7035
DEBUG    botocore.auth:auth.py:430 Signature:
b4137da802ac547f8a1c743f53fab9e9c815cdb8d044a8eabdb6925837bd4030
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142347Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b4137da802ac547f8a1c743f53fab9e9c815cdb8d044a8eabdb6925837bd4030', 'amz-sdk-invocation-id': b'f022d0ff-45be-4147-86b4-20abfe72a2eb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:47 GMT', 'x-amzn-requestid': '8LQSQATuyHHkqW2pv010mo6vN84KByUenfT1y3EKMDFeravV7ML3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142347Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142347Z
20251014/us-east-1/s3/aws4_request
eb29ea6e5cc766fa79297477d329dd458a209e7d83a850ebcc3eb7adf66b5e80
DEBUG    botocore.auth:auth.py:430 Signature:
6886f655f32a7a8b423c028464bad0e36a57e4e96e3af1ff6afcd0fd9fa22f21
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142347Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6886f655f32a7a8b423c028464bad0e36a57e4e96e3af1ff6afcd0fd9fa22f21', 'amz-sdk-invocation-id': b'5bd93328-017b-4525-bb34-5120f273cbe3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:47 GMT', 'x-amzn-requestid': 'fodtOSb7DYfUQOc8t4IjJwBdnYc299uv2bPJxhyEpqcvN9AHQ2ml', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7d035d62-11fe-4636-98c0-ea901d33b899, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7d035d62-11fe-4636-98c0-ea901d33b899, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7d035d62-11fe-4636-98c0-ea901d33b899, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 874b2306-fc3d-4be7-9821-a04f858f0c47, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 874b2306-fc3d-4be7-9821-a04f858f0c47, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 874b2306-fc3d-4be7-9821-a04f858f0c47, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142348Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142348Z
20251014/us-east-1/s3/aws4_request
c4849645adad458a0de68704eff2011cb5c46a55dda7f142e1749b17c2ab9607
DEBUG    botocore.auth:auth.py:430 Signature:
0c436684471b18ea7b69c0f62d13b99149fb9d790636a84ab451f51833bf5ef7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142348Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c436684471b18ea7b69c0f62d13b99149fb9d790636a84ab451f51833bf5ef7', 'amz-sdk-invocation-id': b'cd660452-71e3-489b-a90a-8275897e7b92', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:48 GMT', 'x-amzn-requestid': '8NieDJWn8iFrIGgm38KDc8ExEhPhSwjjVZT68SqFx6dTH7mzEgWx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142348Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142348Z
20251014/us-east-1/s3/aws4_request
a53801fddc65c3677a6153f853da9bbf5d108e738b992d82e2eb35a83114662a
DEBUG    botocore.auth:auth.py:430 Signature:
833ae705faa8962a604b8b2a516944d3d4c7d8657d5cc5442191a3026c655965
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142348Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=833ae705faa8962a604b8b2a516944d3d4c7d8657d5cc5442191a3026c655965', 'amz-sdk-invocation-id': b'b8f56028-7306-4a3a-934d-89ece14a5d99', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:48 GMT', 'x-amzn-requestid': 'ltQqdUcDdU9cMYO8fXzjiLcg9nlWP6GB1VjNsmYyANzYzNPx9U40', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142348Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142348Z
20251014/us-east-1/s3/aws4_request
e965441b83fc1b153485a1eccf9bc57ef790bb7101d592f5a4f44aea7944d331
DEBUG    botocore.auth:auth.py:430 Signature:
2c58511b61a0552b7aaa86d1e00b72ce9f1c9b444bb267826dabc4f2c2e3d768
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142348Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c58511b61a0552b7aaa86d1e00b72ce9f1c9b444bb267826dabc4f2c2e3d768', 'amz-sdk-invocation-id': b'a0e66776-aed0-47e1-a355-ac8f80bd9352', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:49 GMT', 'x-amzn-requestid': 'BqMa16PJw4SXsBthy50x2R0X3tO9BwQEcADAHwhylO0lK09wR2pm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 46a8a9a9-1c11-478a-8755-56255bb4820f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 46a8a9a9-1c11-478a-8755-56255bb4820f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 46a8a9a9-1c11-478a-8755-56255bb4820f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e8541bac-316f-4a2a-89e2-43b6d724bfd2, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e8541bac-316f-4a2a-89e2-43b6d724bfd2, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e8541bac-316f-4a2a-89e2-43b6d724bfd2, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142350Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142350Z
20251014/us-east-1/s3/aws4_request
9c0f8643e20d6eeafdee5f6a7f469ab0cfcddebdc3de6769096d4a2e93d9c474
DEBUG    botocore.auth:auth.py:430 Signature:
70785a7a6659fb3af7fdfa50462f2910e5b5d8e3d5ab7411ecfabd539c2d48d7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142350Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=70785a7a6659fb3af7fdfa50462f2910e5b5d8e3d5ab7411ecfabd539c2d48d7', 'amz-sdk-invocation-id': b'ca089193-534b-449d-92f7-dd1c3f45506a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:50 GMT', 'x-amzn-requestid': '2DTzJEi9VoyxJQk8yZQvd3zA75Ng7glv8Dh0mkh10sRahuGim0Ii', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142350Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142350Z
20251014/us-east-1/s3/aws4_request
34c243510bb117022e570792ceff4fd38f17deb3d04cb9d4d157295132cffd2d
DEBUG    botocore.auth:auth.py:430 Signature:
5a67f5a6a125fe3e9297e5dad72a80a7319b8aed6d40006cabd2685d6125574e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142350Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5a67f5a6a125fe3e9297e5dad72a80a7319b8aed6d40006cabd2685d6125574e', 'amz-sdk-invocation-id': b'6017fd04-eb42-41ee-a126-3c3a6b63f5a5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:50 GMT', 'x-amzn-requestid': 'AK79oIFH07VyiBBcRd4oy5KRa9OwY5srnnMWvXlhPiRQ2tfGvQ0A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142350Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142350Z
20251014/us-east-1/s3/aws4_request
422d366eb4ca49d5543921722af58eb2515291988b64856ee88f576724db17db
DEBUG    botocore.auth:auth.py:430 Signature:
7e68aa0c83956c457d0ebe91a6cacfee38f1b4fba597e113edcaee665214980f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142350Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e68aa0c83956c457d0ebe91a6cacfee38f1b4fba597e113edcaee665214980f', 'amz-sdk-invocation-id': b'296407ec-6594-47a2-853f-20c45b25d1a6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:50 GMT', 'x-amzn-requestid': 'L0dmsaBE4ajVGjxGtM7ku0itmlXtwDgYqXwFDvBHUX0wooPD0MF5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0207b87e-2f53-4bb5-8e98-257aa329307c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0207b87e-2f53-4bb5-8e98-257aa329307c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0207b87e-2f53-4bb5-8e98-257aa329307c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6e712c29-9733-4159-9cec-a3e398e68472, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6e712c29-9733-4159-9cec-a3e398e68472, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6e712c29-9733-4159-9cec-a3e398e68472, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142352Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142352Z
20251014/us-east-1/s3/aws4_request
e536f5498ff2acaa1f1b8f700e6f73661c85b971f712cf78c087fc6c1223ade8
DEBUG    botocore.auth:auth.py:430 Signature:
a74aa488026bbd9a3c3a0875299ec9170283909f9f7ee965c3cbd95d922c9d84
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142352Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a74aa488026bbd9a3c3a0875299ec9170283909f9f7ee965c3cbd95d922c9d84', 'amz-sdk-invocation-id': b'b548d5c4-fc8a-4530-b2a5-576e4be4c4ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:52 GMT', 'x-amzn-requestid': 'Qin8bDkARP0nswwnc0kQPVAdloBiljR7oqsPnKcgYPILCXTRlAbI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142352Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142352Z
20251014/us-east-1/s3/aws4_request
414c21da13c0d13aad1f5a30669912ffbfc1b66dbe32bf764167daf4b3e003c0
DEBUG    botocore.auth:auth.py:430 Signature:
cb8935c5db54a6e0698b557ba99adc93a19b9aa81bfe313b33c16200e2f483fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142352Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cb8935c5db54a6e0698b557ba99adc93a19b9aa81bfe313b33c16200e2f483fc', 'amz-sdk-invocation-id': b'7eea8ea8-5c5d-4291-8fb0-e1cad8fd4995', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:52 GMT', 'x-amzn-requestid': 'm4u8efTDGQJ72KitG0oQTkR0snCN6Va7aUCKqUeOLZdOxsHrP6yQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142352Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142352Z
20251014/us-east-1/s3/aws4_request
242d31290763c8da0556631dbc741d372243755d97f0afa455ccbaa06995f15c
DEBUG    botocore.auth:auth.py:430 Signature:
52201c01b87f1e0c55b8dd450c1f9996656c27e2a411b41b83cb98586b502b99
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142352Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=52201c01b87f1e0c55b8dd450c1f9996656c27e2a411b41b83cb98586b502b99', 'amz-sdk-invocation-id': b'b6acfce1-5472-4f73-a475-07bd0756d73f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:52 GMT', 'x-amzn-requestid': 'DZuAUayB53axqhRrehrnrA6xkObYUpSS2YJQfuFFiNdhnov8n6RX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3a9636be-b9fc-49b9-9443-6bd2237327ff, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3a9636be-b9fc-49b9-9443-6bd2237327ff, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3a9636be-b9fc-49b9-9443-6bd2237327ff, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 10ea212c-e211-45e9-8600-d1179492d704, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 10ea212c-e211-45e9-8600-d1179492d704, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 10ea212c-e211-45e9-8600-d1179492d704, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142354Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142354Z
20251014/us-east-1/s3/aws4_request
2fbbaee5c0a833cf1cfaa67aec0eae35708051d3c522d2947d86a19830616d5f
DEBUG    botocore.auth:auth.py:430 Signature:
393b92be628d419dd2ebc804c8c0071013e49cfd47a973f390daed985fe9326f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142354Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=393b92be628d419dd2ebc804c8c0071013e49cfd47a973f390daed985fe9326f', 'amz-sdk-invocation-id': b'a0825f84-7b15-4559-ba2f-d09eefde1dc9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:54 GMT', 'x-amzn-requestid': 'cQH7wQoLbPnb81xhBT1zuvQEzHcca1HcXPzc6GRVs7oMXCOkizGT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142355Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142355Z
20251014/us-east-1/s3/aws4_request
5e73cc5c97c2a28b62de9da1933f5a2b3229995beacc771fda48104ff017f6c7
DEBUG    botocore.auth:auth.py:430 Signature:
017bb3da8d288f5ec8bbc25fbfdb4935badee5a86cfbde74ca43c8c833844fae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142355Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=017bb3da8d288f5ec8bbc25fbfdb4935badee5a86cfbde74ca43c8c833844fae', 'amz-sdk-invocation-id': b'3674260a-9b7a-4d0d-b901-7cd23c656c36', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:55 GMT', 'x-amzn-requestid': 'wt7chUQssH1L5XH1TC4A64xjCkFg3lzlP9w9fp1Tf2HY3KlFj0Hf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142355Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142355Z
20251014/us-east-1/s3/aws4_request
e4910caec7f7675298874c7cd5c34e5e463a7d4ff9569cd633d7b1e3b159ab39
DEBUG    botocore.auth:auth.py:430 Signature:
bad1e894e39ae3cc16f988fce825dda8b2717aefe656d829752ea8071f8f5d2f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142355Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bad1e894e39ae3cc16f988fce825dda8b2717aefe656d829752ea8071f8f5d2f', 'amz-sdk-invocation-id': b'8c932516-d28e-495b-8f9c-04b6b1a6fda1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:55 GMT', 'x-amzn-requestid': 's5WhA7MYCXFEMIdMjw12EriaWphur70nexDcVAGjTQ9Wp6KUqyJr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 80e6af62-3b18-4ccb-9ce4-10478f964da0, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 80e6af62-3b18-4ccb-9ce4-10478f964da0, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 80e6af62-3b18-4ccb-9ce4-10478f964da0, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6c1439a7-3844-4669-a4de-299fb60233e5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6c1439a7-3844-4669-a4de-299fb60233e5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6c1439a7-3844-4669-a4de-299fb60233e5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142356Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142356Z
20251014/us-east-1/s3/aws4_request
0de9e1b8b97b23032b050fd402789f0319f6a32ba468047c9cc6f8c2d39decfa
DEBUG    botocore.auth:auth.py:430 Signature:
835660aa480c1ed96035e45a6f97c37831e33cdcfb8bcf6c85e70cfcb39a2177
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142356Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=835660aa480c1ed96035e45a6f97c37831e33cdcfb8bcf6c85e70cfcb39a2177', 'amz-sdk-invocation-id': b'044054ea-16ae-4c07-8554-45577499ea4f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:56 GMT', 'x-amzn-requestid': '0OktrphkACNMTXTBjbM1YGNHXOz0NbrDxfUePJVcgYzLriZwNaln', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142356Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142356Z
20251014/us-east-1/s3/aws4_request
b3c779c40bdd33331579adbaad1ef2b989e81111224b572db2f39dac2a911566
DEBUG    botocore.auth:auth.py:430 Signature:
67ceea59b49a103aa06f4119a5df8d8caa024c1901e29484c75e723c54be302e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142356Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=67ceea59b49a103aa06f4119a5df8d8caa024c1901e29484c75e723c54be302e', 'amz-sdk-invocation-id': b'65651665-bf99-4d83-a89f-a47418c414dd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:56 GMT', 'x-amzn-requestid': 'PV3q2SlXeGRh4pBl2aTKF5ta9gWWVwPAxaayJNMlRbLc9wprQUzJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142357Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142357Z
20251014/us-east-1/s3/aws4_request
0a7228e147e9db527ba71ca2f78c9a629a69aa9c5e21a8efbd298a6bc00bd0ef
DEBUG    botocore.auth:auth.py:430 Signature:
b8b2bcb60e8e884849dd91db6534711c55b30f120620abc71369d7f1bf2b6984
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142357Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b8b2bcb60e8e884849dd91db6534711c55b30f120620abc71369d7f1bf2b6984', 'amz-sdk-invocation-id': b'9b7f85df-e8f5-46a8-a125-4fbf15aa6f28', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:57 GMT', 'x-amzn-requestid': 's95P6HPDFzb4a8loUBqby7OHKjR6FKFUOM6u8k3QA08kTLieiRbn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6490357e-245e-465f-85ff-4b34aa805ca9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6490357e-245e-465f-85ff-4b34aa805ca9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6490357e-245e-465f-85ff-4b34aa805ca9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 99a568bd-4ed2-42c5-a78a-99ffb0250e0b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 99a568bd-4ed2-42c5-a78a-99ffb0250e0b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 99a568bd-4ed2-42c5-a78a-99ffb0250e0b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142358Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142358Z
20251014/us-east-1/s3/aws4_request
7f2789214ac1e2955591768e25e6555e0101c0e2e1d499161672fd0584f0d644
DEBUG    botocore.auth:auth.py:430 Signature:
be59d199abb41b3fdf53baae57c1cec4592ef5f16f574c899d39065bc0357152
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142358Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=be59d199abb41b3fdf53baae57c1cec4592ef5f16f574c899d39065bc0357152', 'amz-sdk-invocation-id': b'8070910c-4f8d-4200-8fca-7451719e1ec1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:23:58 GMT', 'x-amzn-requestid': 'vo1oSO3mSTfebd7a0KMkuymJCd7ZdlbnDjJeHXO4lOgd09SCar0Q', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142358Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142358Z
20251014/us-east-1/s3/aws4_request
f6fe4f3cda575b1b1d090009248e7f2a97411b635b8ac332ccaeb987b10f6e9d
DEBUG    botocore.auth:auth.py:430 Signature:
9f5a1f9e2ecca182163b6ea08f9e609faa9273e70c03b0b0e16e68b9167c9225
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142358Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9f5a1f9e2ecca182163b6ea08f9e609faa9273e70c03b0b0e16e68b9167c9225', 'amz-sdk-invocation-id': b'5b566a91-2437-4fa8-a918-b336dde8009e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:23:58 GMT', 'x-amzn-requestid': '7dLlGGdXwAmxVMmIvk1cOBM6xXm0PxTRlAxqUGE7BABLMtADhApw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142358Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142358Z
20251014/us-east-1/s3/aws4_request
91027d4fc5212685a175d8d91757b8d3142e65e5358596d933dd06ba562aa392
DEBUG    botocore.auth:auth.py:430 Signature:
cff96d80ed95a8f682b1919913408d0bc7b022d291b478d7fcc2065cb1d7e97b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142358Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cff96d80ed95a8f682b1919913408d0bc7b022d291b478d7fcc2065cb1d7e97b', 'amz-sdk-invocation-id': b'dc59e467-bebf-4550-a43a-971c8bbc40af', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:23:58 GMT', 'x-amzn-requestid': 'AGSmgqqeO1BU4eqIOje6cRQ7lQhvh8yPFhyhxemEgs1PSJJfbHAx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3b4abaa6-04a9-43f7-9c46-fbd8eb2af7e3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3b4abaa6-04a9-43f7-9c46-fbd8eb2af7e3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3b4abaa6-04a9-43f7-9c46-fbd8eb2af7e3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 26dd776d-b0d0-4e5f-bf0c-3956c2fc12a5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 26dd776d-b0d0-4e5f-bf0c-3956c2fc12a5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 26dd776d-b0d0-4e5f-bf0c-3956c2fc12a5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142400Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142400Z
20251014/us-east-1/s3/aws4_request
519d2b288f41550d70f25b255e56350d6bd3cee67eae9d76ba0b308a71d2c9e2
DEBUG    botocore.auth:auth.py:430 Signature:
4e3e4ddec6c9522eb5146c7aeb0e155506933f8507a9c5ee5f5778806474a97d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142400Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4e3e4ddec6c9522eb5146c7aeb0e155506933f8507a9c5ee5f5778806474a97d', 'amz-sdk-invocation-id': b'07cf716a-b18b-447e-8b1a-50b828af3f2b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:00 GMT', 'x-amzn-requestid': 'Wi5pfGosyGqzQ4rRzMqOUiQhAiIgbgypbsg7PUd7EpY9IxeuMOGn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142400Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142400Z
20251014/us-east-1/s3/aws4_request
db42ed52ce8730ad75dff8ed39556c874e12a959c506f9ae301b46cceaf6491f
DEBUG    botocore.auth:auth.py:430 Signature:
6aeac0075233ae87678cdaa6547596863a7b021ac9d0334ce63bfa594c879b72
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142400Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6aeac0075233ae87678cdaa6547596863a7b021ac9d0334ce63bfa594c879b72', 'amz-sdk-invocation-id': b'7744fe21-6c41-477a-a5dd-3f14db735853', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:00 GMT', 'x-amzn-requestid': 'AAa6zLPcS3LcrRgBskSewXQqmIsxTHGWbtj0veKvVogv3U3PHBLw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142400Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142400Z
20251014/us-east-1/s3/aws4_request
21fabe9f29700712a0a01e58098a735b89262ed347c6a0662aaad6b735bf9115
DEBUG    botocore.auth:auth.py:430 Signature:
47c34c7801acdf16deceb6ce21c1d68fcec3c30be3a6d2a85428b24df40211e5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142400Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47c34c7801acdf16deceb6ce21c1d68fcec3c30be3a6d2a85428b24df40211e5', 'amz-sdk-invocation-id': b'efda8878-2fc2-425d-b8a6-96e37fdb3f60', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:00 GMT', 'x-amzn-requestid': 'ai2bmxq22XKNHkVxvExxl5wX0lLkITYPPhkOGcRHx6bwd1tEDpGO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 12cad901-42f5-4e0a-a16e-9ae2aff12342, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 12cad901-42f5-4e0a-a16e-9ae2aff12342, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 12cad901-42f5-4e0a-a16e-9ae2aff12342, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 95889894-03cb-4de2-a637-d10cf618d35a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 95889894-03cb-4de2-a637-d10cf618d35a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 95889894-03cb-4de2-a637-d10cf618d35a, ghrun-kdq5kompc4.auto.internal:10409): 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, 429188e5-7b67-4465-89cc-ef8ca1456022, localhost:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 429188e5-7b67-4465-89cc-ef8ca1456022, localhost:10409): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 429188e5-7b67-4465-89cc-ef8ca1456022, localhost:10409): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kdq5kompc4.auto.internal" port: 10409 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-kdq5kompc4.auto.internal:10409, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:10409
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142402Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142402Z
20251014/us-east-1/s3/aws4_request
b0ebc3f46d02caaf4f5c03879e0cf5b89ee256fc3722a19642183d1af89dbf6b
DEBUG    botocore.auth:auth.py:430 Signature:
8700cd30073c08eab702389d8454b0ca295abc0baef8124b615945cb396e8099
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142402Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8700cd30073c08eab702389d8454b0ca295abc0baef8124b615945cb396e8099', 'amz-sdk-invocation-id': b'dfd0659e-fa70-499a-a89d-5c5f38514fd9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:02 GMT', 'x-amzn-requestid': 'biUGN2DNI0wEJKHcPZBPoEHD2GQMVLHThiHOxE7gl6kosHGfDfPb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142402Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142402Z
20251014/us-east-1/s3/aws4_request
3cb191735d0a531bb11d5ce1d4619c4e0ff14a07cbcd3ceb3f45622fa81dceed
DEBUG    botocore.auth:auth.py:430 Signature:
2a2809d80a15fbc84ccf55f2c8498a3640d5fe405e1f3687326d7338dcad2bad
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142402Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2a2809d80a15fbc84ccf55f2c8498a3640d5fe405e1f3687326d7338dcad2bad', 'amz-sdk-invocation-id': b'dfb104c0-e96f-426e-b1b2-41d894f469f9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:02 GMT', 'x-amzn-requestid': '0VOnM4G4YExTVPxVmTK6mdzKgpQmFOaqf3aVg3nS8HZEiYmAiNYi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142402Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142402Z
20251014/us-east-1/s3/aws4_request
305dc2923a3d05849e3f5a1e2b4400fbfe55449c43b9362e01f5da52c22371c3
DEBUG    botocore.auth:auth.py:430 Signature:
73dd0dcdb76f9b55c9ce6f255148cfd3e8625f5346fd1a3db85ee65ab82cd676
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142402Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=73dd0dcdb76f9b55c9ce6f255148cfd3e8625f5346fd1a3db85ee65ab82cd676', 'amz-sdk-invocation-id': b'08f4c94c-a833-4bd8-99d7-3e552579ef1b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:03 GMT', 'x-amzn-requestid': 'VGFYahBCzRqczNa11yQlb1okRIYtXJB3HB7qGaLqY133EGR0BnMU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f92fa8a8-a05c-474b-b840-8a64a787ec8e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f92fa8a8-a05c-474b-b840-8a64a787ec8e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f92fa8a8-a05c-474b-b840-8a64a787ec8e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f10f8037-bde5-4610-b5e9-e0264014ec80, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f10f8037-bde5-4610-b5e9-e0264014ec80, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f10f8037-bde5-4610-b5e9-e0264014ec80, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142405Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142405Z
20251014/us-east-1/s3/aws4_request
dc27ddf827f7c5111ea09a1d7c2812f3e53725fc32bd207731c9cefb9419d46e
DEBUG    botocore.auth:auth.py:430 Signature:
7085b13c82e486813859f7ed57b22a7f5fed91630524fb22a1540b4f0b787e56
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142405Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7085b13c82e486813859f7ed57b22a7f5fed91630524fb22a1540b4f0b787e56', 'amz-sdk-invocation-id': b'7d21cc89-df01-4cbf-830f-8d78ee1c5326', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:05 GMT', 'x-amzn-requestid': 'TZg5c6VdyCGcsJkytyT4VnAfkAqtZLfpMogobIVh8gOeVuAx6EF7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142405Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142405Z
20251014/us-east-1/s3/aws4_request
4c0adaaa18a9692045ea3a41355369dbf5fe03430b565311520a760bbf36b5cd
DEBUG    botocore.auth:auth.py:430 Signature:
18f5d76edfdcb86779b618fc2416b06bb2deb1f4acb3280d4e2a83ac501c3a6a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142405Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=18f5d76edfdcb86779b618fc2416b06bb2deb1f4acb3280d4e2a83ac501c3a6a', 'amz-sdk-invocation-id': b'c83116a9-1d9f-4fb2-b032-7da8f2de506d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:05 GMT', 'x-amzn-requestid': 'QloKCzjgsKGgF1Y7VGPaBk4nbefSrnv5is0zFBQYOecMQumfMIxi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142405Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142405Z
20251014/us-east-1/s3/aws4_request
f94418d540ec3981b1bcd4f8e40b0b53bbf35cd288a3beb72b42a5ce5ef77008
DEBUG    botocore.auth:auth.py:430 Signature:
123d6e7818eb09ab33fc135574bc05fc96352e6f134f990a22fd027d06544874
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142405Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=123d6e7818eb09ab33fc135574bc05fc96352e6f134f990a22fd027d06544874', 'amz-sdk-invocation-id': b'd4900e28-78b1-494a-bbbe-304bde4bb435', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:05 GMT', 'x-amzn-requestid': 'p5fidX2D631N9Xp7LeaYadm1vCQbZczlhMagDHmsKOKOJO7kMhFw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e483b7e0-adb0-4be6-8e39-1fd422ffe541, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e483b7e0-adb0-4be6-8e39-1fd422ffe541, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e483b7e0-adb0-4be6-8e39-1fd422ffe541, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c14e74ec-b551-4a48-a868-0515d81d924f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c14e74ec-b551-4a48-a868-0515d81d924f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c14e74ec-b551-4a48-a868-0515d81d924f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142407Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142407Z
20251014/us-east-1/s3/aws4_request
0475edc65e268375196709d8a9c52bbaa8308b2590503a27416a1e4d88d6658f
DEBUG    botocore.auth:auth.py:430 Signature:
d61d1ac3f450db999643314fd8867980e86210fddefb1a7f0055fe4b45aa067e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142407Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d61d1ac3f450db999643314fd8867980e86210fddefb1a7f0055fe4b45aa067e', 'amz-sdk-invocation-id': b'5f20b3b9-2ddd-40e1-8a92-3c499846828e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:07 GMT', 'x-amzn-requestid': 'npD5luYTwdlQESMkGjOM0cuGm5j2MkL5N1Fx2gl7S9AQ5fIs15R7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142407Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142407Z
20251014/us-east-1/s3/aws4_request
8587f845a83925a1be15dceab6c12594b6917298e049c90f29952bd20f7403ee
DEBUG    botocore.auth:auth.py:430 Signature:
f44bd0f1a529b574217c67ae074832b311158e6bff3fa490b9ee80f71ef08d54
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142407Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f44bd0f1a529b574217c67ae074832b311158e6bff3fa490b9ee80f71ef08d54', 'amz-sdk-invocation-id': b'945fb77f-935b-4038-b8b9-493ba27685a1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:07 GMT', 'x-amzn-requestid': 'b7aEfNrN4yaKRgmgOEPA3NyEFHX98WLPBNJjKdIkA12xduN8HVra', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142407Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142407Z
20251014/us-east-1/s3/aws4_request
ca8deee36f0a0963456ed21f1fc865ef9db506f34df9aec9d87fab39051fe65f
DEBUG    botocore.auth:auth.py:430 Signature:
2c39101d719ef8672e9406755f2098f50eaf67ad2f9b0fc461c8692a346e6679
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142407Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c39101d719ef8672e9406755f2098f50eaf67ad2f9b0fc461c8692a346e6679', 'amz-sdk-invocation-id': b'43206f4b-5801-4780-a1ec-2851918dcb7f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:07 GMT', 'x-amzn-requestid': '4BHhXP49xhpbs37shOCKo3leuhMoFiUS35BlXnu9j5A2HkR0cjQK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f5b8102a-9096-4640-b797-2b1c480c61e4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f5b8102a-9096-4640-b797-2b1c480c61e4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f5b8102a-9096-4640-b797-2b1c480c61e4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c186a289-18b3-43c5-8044-72ad9f655695, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c186a289-18b3-43c5-8044-72ad9f655695, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c186a289-18b3-43c5-8044-72ad9f655695, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142408Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142408Z
20251014/us-east-1/s3/aws4_request
9fbaaa816a6df5bb5afb6b8adbc4ee63c3794717d656e2a7545072076a079678
DEBUG    botocore.auth:auth.py:430 Signature:
4518217a2851758137bf8a10789e07034a9b2b91f8e595b4bb97b2119dc65a38
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142408Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4518217a2851758137bf8a10789e07034a9b2b91f8e595b4bb97b2119dc65a38', 'amz-sdk-invocation-id': b'85be76f2-947c-448f-9e8e-6075d22001c9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:08 GMT', 'x-amzn-requestid': 'Hktdxw4Mm3sSrgaED8Vq4jG5d9AB7kq2ODPf2GSqUPn1zMrUGSli', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142408Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142408Z
20251014/us-east-1/s3/aws4_request
a74184007bc3b175ef274a5949dab0239a6cf62c10d7dc6553fe7e4988437305
DEBUG    botocore.auth:auth.py:430 Signature:
b657948f43b658b3cc356dfa2dfa06744ead9a881e2ed43c5990a52237164f9b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142408Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b657948f43b658b3cc356dfa2dfa06744ead9a881e2ed43c5990a52237164f9b', 'amz-sdk-invocation-id': b'779fbee0-2f46-4241-a146-571eed4031ba', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:08 GMT', 'x-amzn-requestid': 'iQ8MDXN4ufMFxi0Jo2xLLFxflBK9WDIeM0uqkSKF29LlNwWQadSG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142408Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142408Z
20251014/us-east-1/s3/aws4_request
477b936c04549060083ba2608a965b7a674cc0f59a223eaba6854ccc6e7c8360
DEBUG    botocore.auth:auth.py:430 Signature:
0b7400f4eadd75854b13c6c994c032888c1457d46953840bd48db60b5c2084e9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142408Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0b7400f4eadd75854b13c6c994c032888c1457d46953840bd48db60b5c2084e9', 'amz-sdk-invocation-id': b'd64fb397-a6dc-4dee-bc1d-02e5acaa0887', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:08 GMT', 'x-amzn-requestid': 'Xx8f9Q3AwnpLkHzChPtAfHXk6oiliA7NCNznxwl1hUOaMCOa3y9v', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d218d9b2-7ad6-4233-a2a1-01d54e051b7c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d218d9b2-7ad6-4233-a2a1-01d54e051b7c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d218d9b2-7ad6-4233-a2a1-01d54e051b7c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d6b45a2-a811-48fc-8d13-6a391f54acb6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d6b45a2-a811-48fc-8d13-6a391f54acb6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4d6b45a2-a811-48fc-8d13-6a391f54acb6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142410Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142410Z
20251014/us-east-1/s3/aws4_request
6e3b815044dd339e03508cf5519a1653d6639ff8fb4901f9adfddd0756dbba33
DEBUG    botocore.auth:auth.py:430 Signature:
83dd0fd6e58b699ec7bd8ae01ecebc8d9920024bff7a61e6cb72776d23685ca0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142410Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=83dd0fd6e58b699ec7bd8ae01ecebc8d9920024bff7a61e6cb72776d23685ca0', 'amz-sdk-invocation-id': b'7bf675d5-6ab4-46a4-b3d0-0591b34ba029', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:10 GMT', 'x-amzn-requestid': 'wWjTELFbGP37ZFs41ggkVKiEePjD9TxI282RAuFDUXaKQpPB7KSB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142410Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142410Z
20251014/us-east-1/s3/aws4_request
5231a659c356ca9fc54048e459522a5be241ed35f44748af7a290fb7d0de93e3
DEBUG    botocore.auth:auth.py:430 Signature:
95dfee54a351678041d35052c3f5ef463d745b5fefb468d235901973723e9a72
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142410Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=95dfee54a351678041d35052c3f5ef463d745b5fefb468d235901973723e9a72', 'amz-sdk-invocation-id': b'dc319fc3-8324-4e2d-9c87-741b81ebf2f0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:10 GMT', 'x-amzn-requestid': '0Db1luIgpR2bI90aWCG0HZZ6H3Etir3lAssGfaRibr4GTWlChb7W', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142410Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142410Z
20251014/us-east-1/s3/aws4_request
3e545d31d9a352397cb516675fb4aed1661d243694f32005db5e861ae1013691
DEBUG    botocore.auth:auth.py:430 Signature:
11872d71a531e741dcb03278fd5014a99fe7ff7caa48209ca8d68043c72419ea
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142410Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=11872d71a531e741dcb03278fd5014a99fe7ff7caa48209ca8d68043c72419ea', 'amz-sdk-invocation-id': b'630a9d35-c6c0-4aeb-a775-2805532b10cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:10 GMT', 'x-amzn-requestid': 'fyNYFaSJ3KfQOCFA76O9qYJuCwbDHhZTfg4kf5G9JZlfblJE1tca', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a4849be8-0e38-4058-8606-1eb95ddcf2d8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a4849be8-0e38-4058-8606-1eb95ddcf2d8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a4849be8-0e38-4058-8606-1eb95ddcf2d8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bd9472e6-1536-40f6-9fe2-0a63185f4116, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bd9472e6-1536-40f6-9fe2-0a63185f4116, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bd9472e6-1536-40f6-9fe2-0a63185f4116, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142412Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142412Z
20251014/us-east-1/s3/aws4_request
6325d5f13243f6cc7dfea72d2899a5e07db186f6d6979f19e7ce4c5abf33442f
DEBUG    botocore.auth:auth.py:430 Signature:
634336b8eec431746e63d098575705b55bc87f2ae144bee7d86d45da4ed4d6e9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142412Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=634336b8eec431746e63d098575705b55bc87f2ae144bee7d86d45da4ed4d6e9', 'amz-sdk-invocation-id': b'18d283bc-ce62-410c-a114-8b7b57098de7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:12 GMT', 'x-amzn-requestid': 'tSbLNpnndbdlur8XOBFpvtAqZRr66Cz6wZDA9GBeT99uNCp8ZGn9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142412Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142412Z
20251014/us-east-1/s3/aws4_request
1bea78d5cd02255732507fed057b3562c0fb9a661675bc2ae0996383353c9efb
DEBUG    botocore.auth:auth.py:430 Signature:
711011fd63cb11beaf0d1da4d5521307d16d74ef9e9084d02c33ab82e0cc0eb9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142412Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=711011fd63cb11beaf0d1da4d5521307d16d74ef9e9084d02c33ab82e0cc0eb9', 'amz-sdk-invocation-id': b'ecc51272-8fd0-4e85-bcfa-8e4e1ec601be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:12 GMT', 'x-amzn-requestid': 'S9RIF6dXeMLe2eXajYz8xPW3Uk6lIahCkXtWR27rWauo4iaMxVeS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142412Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142412Z
20251014/us-east-1/s3/aws4_request
7a68ff16f77e501dc1a7377262699378ec3e0ea8b52ef119397bc9ebf0006f55
DEBUG    botocore.auth:auth.py:430 Signature:
f59a91c69e71dab6331df423a64d77bfe51c8c55d265cd4c35994b3b4969798c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142412Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f59a91c69e71dab6331df423a64d77bfe51c8c55d265cd4c35994b3b4969798c', 'amz-sdk-invocation-id': b'd0d212fd-05f6-40bd-8018-83ddef4b8c7a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:12 GMT', 'x-amzn-requestid': 'YYiLlbyTZE8cFhWmgGvxKUberZfmOBG1vuegI6Qa7aIWMDcDE0Py', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e83203f2-e8fd-4b80-98d8-475b26c6b540, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e83203f2-e8fd-4b80-98d8-475b26c6b540, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e83203f2-e8fd-4b80-98d8-475b26c6b540, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8d521915-1cec-42bb-890c-8e2d396c1b7d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8d521915-1cec-42bb-890c-8e2d396c1b7d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8d521915-1cec-42bb-890c-8e2d396c1b7d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142413Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142413Z
20251014/us-east-1/s3/aws4_request
28fa879f2b8f36aada36cc640edad60e84e2286d6d96970d82c2a31e491a491e
DEBUG    botocore.auth:auth.py:430 Signature:
0fbc89b58d56825e15479318a141d6ddf5baedbf9df7e44dd9e67e782845dbe5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142413Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0fbc89b58d56825e15479318a141d6ddf5baedbf9df7e44dd9e67e782845dbe5', 'amz-sdk-invocation-id': b'58984d08-38e5-4aa4-8511-df9442b7747f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:13 GMT', 'x-amzn-requestid': 'otnYMzypnhZRnQipwQwfzwetTp5sl42nc5Vq47Lz7ueLSAzwzitp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142413Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142413Z
20251014/us-east-1/s3/aws4_request
5b274bfdb2b5f23629a38a8616284855a91b27b91eb51e7125e9f1ecf3e14778
DEBUG    botocore.auth:auth.py:430 Signature:
b4a89c4f077a1561f56cb62debee2e99fed9cc33b937bf08988e799f94c4b66a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142413Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b4a89c4f077a1561f56cb62debee2e99fed9cc33b937bf08988e799f94c4b66a', 'amz-sdk-invocation-id': b'c6530146-4084-4cbb-ac33-70d4664c51b3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:13 GMT', 'x-amzn-requestid': '1FSbwKrisYkZwU5UDglmuhoi6TYWTXXiNo8gGnGG3Y447noW486k', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142413Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142413Z
20251014/us-east-1/s3/aws4_request
9038e4e080927c28c5f6b1a30c5d448bd492ec7fe8c5908ccc7f9b5cc9a20bac
DEBUG    botocore.auth:auth.py:430 Signature:
9f3a1983212d5033358510e54386a6404266fbf073c7e229a0f324459d94ad87
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142413Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9f3a1983212d5033358510e54386a6404266fbf073c7e229a0f324459d94ad87', 'amz-sdk-invocation-id': b'8be85ed3-d02d-4730-b8bc-65a24e6ba3a7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:13 GMT', 'x-amzn-requestid': 'MLuNOXLkspR13gr7ogvn6Thwwmf1WATKszZIsXzB50rr9v8dFYaI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a8e13849-9a69-45b7-9d65-c2237b0c54f1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a8e13849-9a69-45b7-9d65-c2237b0c54f1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a8e13849-9a69-45b7-9d65-c2237b0c54f1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 64dd4998-28c7-4229-8736-c42915218b30, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 64dd4998-28c7-4229-8736-c42915218b30, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 64dd4998-28c7-4229-8736-c42915218b30, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142415Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142415Z
20251014/us-east-1/s3/aws4_request
2d6bc37bc3b414b17405b6ec5fe5336c3754ae8fd67c5da61883ae31a3c8a7a8
DEBUG    botocore.auth:auth.py:430 Signature:
012d8271605ea8624dd4f66c87dbd0d5f764973f5a7fd625093dfa8c47338a6c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142415Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=012d8271605ea8624dd4f66c87dbd0d5f764973f5a7fd625093dfa8c47338a6c', 'amz-sdk-invocation-id': b'45ad4e4b-db10-4675-8237-26d1db943b25', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:15 GMT', 'x-amzn-requestid': 'gUvMl941zzenAMpZEESD4XcoWXVklzAdgfq2AwR3ckpc38AB7FUc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142415Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142415Z
20251014/us-east-1/s3/aws4_request
86ea22dee222329a513fb0a4aedee246be8af1ed08305ca58889d38d2641b47d
DEBUG    botocore.auth:auth.py:430 Signature:
40cf37bf3e6b7e657b8dfe03a539777dabd4010da0c5c2368e71df039fd9b6b6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142415Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=40cf37bf3e6b7e657b8dfe03a539777dabd4010da0c5c2368e71df039fd9b6b6', 'amz-sdk-invocation-id': b'57a8b362-2ce3-45d4-a5c8-94c094ba1874', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:15 GMT', 'x-amzn-requestid': 'DH24v6Hk1fuT5cF56DXLjnslqYe434ah7jLRwMuubefHiXnDV7uD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142415Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142415Z
20251014/us-east-1/s3/aws4_request
2401c0db974cd041dd2ff55c05dac04e459000f88c7c37305d06ce7e03cb823d
DEBUG    botocore.auth:auth.py:430 Signature:
0fe59423486680f9e85e7d49ae86f188e13a48c94d22cbd8d467daa749b086d0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142415Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0fe59423486680f9e85e7d49ae86f188e13a48c94d22cbd8d467daa749b086d0', 'amz-sdk-invocation-id': b'4225c6f3-6091-4ae7-ac25-90e4a830a54f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:15 GMT', 'x-amzn-requestid': 'EoOgaZEBshOWx32Y85PUceun3hBaZgwhOpzui41cLOUtrgT7T2Tv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c21bd244-5cb2-468d-9cf6-0b9490fdb7f5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c21bd244-5cb2-468d-9cf6-0b9490fdb7f5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c21bd244-5cb2-468d-9cf6-0b9490fdb7f5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d4fa93fc-4d6f-477b-8556-c3500a4a7284, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d4fa93fc-4d6f-477b-8556-c3500a4a7284, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d4fa93fc-4d6f-477b-8556-c3500a4a7284, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142417Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142417Z
20251014/us-east-1/s3/aws4_request
6a430720091d3a3535c1b6e76a4bffc9129eaa1524b8acedc63a7a7132f146b3
DEBUG    botocore.auth:auth.py:430 Signature:
702cca2ec28815e95c2a6b6d72ecc32e13ee0b0166aa898b6410620b9f5faa52
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142417Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=702cca2ec28815e95c2a6b6d72ecc32e13ee0b0166aa898b6410620b9f5faa52', 'amz-sdk-invocation-id': b'9ff71cbf-950c-4698-89ce-e87ed4c1ca78', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:17 GMT', 'x-amzn-requestid': 'Pvt6avX9IrkY0xqwlWwZG6KsYq4sOtXe4xtsmwet3CMJOUkidJJZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142417Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142417Z
20251014/us-east-1/s3/aws4_request
2f6a53dd05f7d5917582795852cb22da30b74addf7f31f136d8e56ac092b854e
DEBUG    botocore.auth:auth.py:430 Signature:
fb4f5fa08008db86b5d06466fc36d473ed8903c7b3207b8df2eae9c6eae4ffc0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142417Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fb4f5fa08008db86b5d06466fc36d473ed8903c7b3207b8df2eae9c6eae4ffc0', 'amz-sdk-invocation-id': b'4f5bf90f-a51c-4147-a128-e46a36db5eac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:17 GMT', 'x-amzn-requestid': 'LcITNHmE1ljyoD5hLPAPsSDDqeYBxjK98bHU85Su131Q7TzGmIW0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142417Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142417Z
20251014/us-east-1/s3/aws4_request
885760a11c367210df62e4a17f8bb23ccc15dc6d5c271d070f7e00c20f45f4ff
DEBUG    botocore.auth:auth.py:430 Signature:
d49992c3940b7c3ae86df2b644ff01f6d88fc4be8a30187c7788c216be0486ef
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142417Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d49992c3940b7c3ae86df2b644ff01f6d88fc4be8a30187c7788c216be0486ef', 'amz-sdk-invocation-id': b'63d4ff1d-ebaf-4066-9514-adb5a3811598', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:17 GMT', 'x-amzn-requestid': 'RMstxfvPg6tnUpvMaohJZ8tjsK9WzhGxRByFDRQ5Wr37M52ofeU3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e4377816-e5e9-4db4-93e9-7fcb0792f1a3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e4377816-e5e9-4db4-93e9-7fcb0792f1a3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e4377816-e5e9-4db4-93e9-7fcb0792f1a3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9e1d8e46-0b83-4e4c-8c7a-7ae5aaca3257, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9e1d8e46-0b83-4e4c-8c7a-7ae5aaca3257, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9e1d8e46-0b83-4e4c-8c7a-7ae5aaca3257, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142418Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142418Z
20251014/us-east-1/s3/aws4_request
0f200ef980245fe7225119dd68de8c38754f0a4b069508f358cf0362f5b13b9b
DEBUG    botocore.auth:auth.py:430 Signature:
e9e8dfeedb750587e4d38955e5b72c7388c3d6b50ec2b00283e3e26b4033b274
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142418Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e9e8dfeedb750587e4d38955e5b72c7388c3d6b50ec2b00283e3e26b4033b274', 'amz-sdk-invocation-id': b'608b24d6-1db5-4d6f-87b7-a9e8bcc4f8ee', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:18 GMT', 'x-amzn-requestid': 'Pj5IXANjjDt39BdKOsOTyH7bIxE8b4DNpF0RIJag29QrD0I1AQSB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142418Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142418Z
20251014/us-east-1/s3/aws4_request
767571c90fc127f4343e8ff144b956db70b917d604ca1d0b6dd466ec99ff76e1
DEBUG    botocore.auth:auth.py:430 Signature:
ee9e8c08f4db6cc78ba70d189e99ebc10f2d911686656354454acfc8b11fbbf2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142418Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee9e8c08f4db6cc78ba70d189e99ebc10f2d911686656354454acfc8b11fbbf2', 'amz-sdk-invocation-id': b'f8ba07b8-f3a5-4591-b6a2-a5a3ea71fd81', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:18 GMT', 'x-amzn-requestid': 'KsASBj4q8NmMyESxuXeiN3lCfuKL70XWlSSJgB6YmkUR2kQIap3m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142418Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142418Z
20251014/us-east-1/s3/aws4_request
758345fe3829724e14af25a1a2cf50633a95ff1250c7f970c81f713311d05652
DEBUG    botocore.auth:auth.py:430 Signature:
572f5e34625257a27e346de8fe5896a350d13991350c60989422125731d411c2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142418Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=572f5e34625257a27e346de8fe5896a350d13991350c60989422125731d411c2', 'amz-sdk-invocation-id': b'efe31cb9-a931-4db9-b077-4f611c930d35', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:18 GMT', 'x-amzn-requestid': 'KENkDnR1mBU8JHmTH5cXWVscNZ4a7f9F7LwZ0fJJg3lcHZhLm8qN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f2e0afdc-73ce-4c8f-aae8-71ff21af759e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f2e0afdc-73ce-4c8f-aae8-71ff21af759e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f2e0afdc-73ce-4c8f-aae8-71ff21af759e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 39ce25cb-1cd3-4696-b3d4-1d349d4c4da2, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 39ce25cb-1cd3-4696-b3d4-1d349d4c4da2, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 39ce25cb-1cd3-4696-b3d4-1d349d4c4da2, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142420Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142420Z
20251014/us-east-1/s3/aws4_request
319491faa7532c76f8e2c1794516790eca97f067e7079adc60f2737b7661f02d
DEBUG    botocore.auth:auth.py:430 Signature:
fe4b9a6a3b3eafe291d6cd8d6e5e71035ace38ad62ec9d4a5f5dc8fe66061313
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142420Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fe4b9a6a3b3eafe291d6cd8d6e5e71035ace38ad62ec9d4a5f5dc8fe66061313', 'amz-sdk-invocation-id': b'0fb5bc39-7f49-4596-83ba-8df496ad2e4d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:20 GMT', 'x-amzn-requestid': 'KKfu56jDjggDxHR32okcV1IkXhtn6LnPAZNyVv0MaByECKpc0pyN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142420Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142420Z
20251014/us-east-1/s3/aws4_request
b981f036f66932776ce7513795845c00ac7c446c68353c87266b8c9059253467
DEBUG    botocore.auth:auth.py:430 Signature:
abb45d21c05ccbfaccdfebb06e7c003e873592d210845b64ed9b7c064ef2e717
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142420Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=abb45d21c05ccbfaccdfebb06e7c003e873592d210845b64ed9b7c064ef2e717', 'amz-sdk-invocation-id': b'a991fc2e-f721-454c-a3bb-43731592bfef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:20 GMT', 'x-amzn-requestid': '7OjlKqee4y6ol01UIK5gP5ETyHO68QfD5cSFvvPevn3uIgC8ckAI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142420Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142420Z
20251014/us-east-1/s3/aws4_request
4e90bc2891fb42f8dbf71bde95724d02209c165cb2d3b00577bc8ba046d2fe12
DEBUG    botocore.auth:auth.py:430 Signature:
93b2549d55c4a50606836b0963162f32ae739148bf2125de4cca247a0c765658
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142420Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=93b2549d55c4a50606836b0963162f32ae739148bf2125de4cca247a0c765658', 'amz-sdk-invocation-id': b'4589bd76-a33a-4efe-8928-da56e1b33085', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:20 GMT', 'x-amzn-requestid': 'hBOTyf47NpYPR2jatBHP5GoWNRkpFwUL7YPJz7lM4CfLIkdaJVXe', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8e33053f-6c8c-49f9-aedf-7f1132df41b9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8e33053f-6c8c-49f9-aedf-7f1132df41b9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8e33053f-6c8c-49f9-aedf-7f1132df41b9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ae2e5c83-1a1e-4742-a70b-4141d97e7576, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ae2e5c83-1a1e-4742-a70b-4141d97e7576, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ae2e5c83-1a1e-4742-a70b-4141d97e7576, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142421Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142421Z
20251014/us-east-1/s3/aws4_request
78e3889ca5d0107a3e396e8f99b2b83e266223fa4525d768abf2be2a6c18ed0d
DEBUG    botocore.auth:auth.py:430 Signature:
624bafaaa5989784cb78400452c3d13881e73c939cf7e192d1d324f82d2f3f17
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142421Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=624bafaaa5989784cb78400452c3d13881e73c939cf7e192d1d324f82d2f3f17', 'amz-sdk-invocation-id': b'29368b60-2617-4594-a6a7-5614132ed8d1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:21 GMT', 'x-amzn-requestid': 'D88sZH7vejLdC8ta9xvCZTkGfupKEAPiVqdBvUJd8FN4pt0w0nuz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142421Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142421Z
20251014/us-east-1/s3/aws4_request
eea5e63f959962db6f160d6fe3b9c2cf60e21f291d77b127953971f308891879
DEBUG    botocore.auth:auth.py:430 Signature:
49211f1673fe7884f5cb05a5f130bbb4b6f80898007829434f8797bf1b23b6fd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142421Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=49211f1673fe7884f5cb05a5f130bbb4b6f80898007829434f8797bf1b23b6fd', 'amz-sdk-invocation-id': b'ec1ad2e8-5bd7-401e-883f-ed6e42061feb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:21 GMT', 'x-amzn-requestid': 'sMK4htN2ODiciYA3jJGIGiEFI1Nq9j4zuuxAg5eZ8JFUkdnCbupD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142421Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142421Z
20251014/us-east-1/s3/aws4_request
4633493d42d6f83e4a79b317353525335b38dd615f123a462473e267cc398aef
DEBUG    botocore.auth:auth.py:430 Signature:
cfb206178d3a682279c88a3593c84eaa88dedd208fceb9bc8080a5b111a00774
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142421Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cfb206178d3a682279c88a3593c84eaa88dedd208fceb9bc8080a5b111a00774', 'amz-sdk-invocation-id': b'86a3001e-02dc-4720-ac92-de42bbb6f999', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:21 GMT', 'x-amzn-requestid': 'h36WMqWh8aJ1BEGoWQmnTBywXkGA4tJoq2Ij0Kc9fdosvF9fz0BY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 14ff0922-4476-42ac-addd-d8cff76f1905, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 14ff0922-4476-42ac-addd-d8cff76f1905, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 14ff0922-4476-42ac-addd-d8cff76f1905, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2945f9d7-323e-4b00-93f5-6861306e3ff3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2945f9d7-323e-4b00-93f5-6861306e3ff3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2945f9d7-323e-4b00-93f5-6861306e3ff3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142423Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142423Z
20251014/us-east-1/s3/aws4_request
7d116356cc22ef2afebdc93ca8cb6d0a0d302bf4b020135025c4de8c9b68ae76
DEBUG    botocore.auth:auth.py:430 Signature:
07092fb7d0a33561cfe0db1097160bd38acaa8abf3c330e5d4f0000edb2528bf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142423Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07092fb7d0a33561cfe0db1097160bd38acaa8abf3c330e5d4f0000edb2528bf', 'amz-sdk-invocation-id': b'c0a4b579-8585-4fc2-b1ec-b68b8f894d60', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:23 GMT', 'x-amzn-requestid': 'Q26DdzUUfgkXQUJugEp2EzegHT4YL8PJZY6h6xnqUjHRthpO3WjX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142423Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142423Z
20251014/us-east-1/s3/aws4_request
a9eaf567b12512d9a5a30c0cb09ff0f7202cd399d13e951d1a7881126471d1d6
DEBUG    botocore.auth:auth.py:430 Signature:
28a2795693593b6da9aafb1aeaea05942ad467d78919125382bcbaca36301a4d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142423Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=28a2795693593b6da9aafb1aeaea05942ad467d78919125382bcbaca36301a4d', 'amz-sdk-invocation-id': b'd95b55d5-84c2-431c-95f4-fce71eeb6959', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:23 GMT', 'x-amzn-requestid': 'LjccQRiVjlWhnXi0uRmeOUiqD64SUMbJ3t2qveVXZ2lWBModSFyQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142423Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142423Z
20251014/us-east-1/s3/aws4_request
4f4874336deeef2c3026310220f49cf9079fa1cbad0aa427a179e9e340ae5e27
DEBUG    botocore.auth:auth.py:430 Signature:
c321c021b94509f489c31005357c460d4aaf0218f6726b1311fee7c1cdf2ea8f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142423Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c321c021b94509f489c31005357c460d4aaf0218f6726b1311fee7c1cdf2ea8f', 'amz-sdk-invocation-id': b'40ad9480-3c54-4a2c-b9d8-a87c168a9508', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:23 GMT', 'x-amzn-requestid': '1GkMtM4fyZr6AgproCOX75jdcHkJH3NHO8okjFpKbwxur4nFvMgM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dba3f70c-af44-4b81-9f91-b8ff5f0413bb, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dba3f70c-af44-4b81-9f91-b8ff5f0413bb, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dba3f70c-af44-4b81-9f91-b8ff5f0413bb, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 77ce756c-5fc9-4e61-b8d0-e175ffe5377f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 77ce756c-5fc9-4e61-b8d0-e175ffe5377f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 77ce756c-5fc9-4e61-b8d0-e175ffe5377f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142425Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142425Z
20251014/us-east-1/s3/aws4_request
a161a0117ebf56af625a6ee36acef7bbed57313c910400db0721942bc2fdd31e
DEBUG    botocore.auth:auth.py:430 Signature:
4b03b81cda907a4d242bf60128ff13d1da8e8749116d7d0992434300d5ad8487
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142425Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b03b81cda907a4d242bf60128ff13d1da8e8749116d7d0992434300d5ad8487', 'amz-sdk-invocation-id': b'73f53751-c98d-45d1-a9de-fb2d4d8c51cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:25 GMT', 'x-amzn-requestid': 'Ki3V1PYNlFTmBciwInv1lgwzJnGZx7tVW3reXjyfwklEAh290l1H', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142425Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142425Z
20251014/us-east-1/s3/aws4_request
8a1e2e7efa7efbdb0626deef0d1d2c491a1577fe880cf6ffe08d7157fc95caf3
DEBUG    botocore.auth:auth.py:430 Signature:
77b40070afedc49118915cbf1ccd03575e1035b2501d4df38ed22e8f631e774e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142425Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77b40070afedc49118915cbf1ccd03575e1035b2501d4df38ed22e8f631e774e', 'amz-sdk-invocation-id': b'0a3aa657-996b-4fc0-a433-e56677adf4b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:25 GMT', 'x-amzn-requestid': 'mWaWJhVzgTH21vhrSRLg3Tomnu2FAJGVe0eJ8c2xAwFOmoA3nEzL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142425Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142425Z
20251014/us-east-1/s3/aws4_request
5746fbabb6dfccd6dabae1c4c98aad530dae9b3d25a92d485697a016fb3fbfd5
DEBUG    botocore.auth:auth.py:430 Signature:
23fb90cbfaeaf21c95d7a1069f99de309c0ba5fd481d41d511c5e41a91aef19a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142425Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23fb90cbfaeaf21c95d7a1069f99de309c0ba5fd481d41d511c5e41a91aef19a', 'amz-sdk-invocation-id': b'd501d621-bbaf-4d33-8bc4-e296e6972944', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:25 GMT', 'x-amzn-requestid': '7OxzXMT5ffIyYwD9hzJf9633dW8zuEddeghjRpVdrGwYKM6wdBvI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8d5f740c-ed5c-486b-af0b-2e79470da079, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8d5f740c-ed5c-486b-af0b-2e79470da079, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8d5f740c-ed5c-486b-af0b-2e79470da079, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 680fb69e-2e8d-46cb-b533-10f2677c0802, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 680fb69e-2e8d-46cb-b533-10f2677c0802, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 680fb69e-2e8d-46cb-b533-10f2677c0802, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142427Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142427Z
20251014/us-east-1/s3/aws4_request
9b1baee26ae64bac007b7e6eabe63463afc2162a5da7a836b9b575656ecb7862
DEBUG    botocore.auth:auth.py:430 Signature:
83ccdffeef7c8d2a402b372a2a40a950f5dee7188f20e7ec01ff77c6aae63b9a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142427Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=83ccdffeef7c8d2a402b372a2a40a950f5dee7188f20e7ec01ff77c6aae63b9a', 'amz-sdk-invocation-id': b'c765c91f-6488-49d8-961a-6f37eefac2ee', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:27 GMT', 'x-amzn-requestid': 'TSoTZMcfV4QEtkndnLQ60LNeQ2Qfec3THGpz2E8i3pwqO1CvyKfA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142427Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142427Z
20251014/us-east-1/s3/aws4_request
e0c205df5fff7e78bdd2d6a53d523457d23f731d1067037147328ee2af238763
DEBUG    botocore.auth:auth.py:430 Signature:
e3f9a5b975de1f3526ddb130264fe23ee4c1cb02e4f6e8fea60197c855bf26af
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142427Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e3f9a5b975de1f3526ddb130264fe23ee4c1cb02e4f6e8fea60197c855bf26af', 'amz-sdk-invocation-id': b'5863de7b-12cd-40e2-bc86-048e6aacbb20', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:27 GMT', 'x-amzn-requestid': 'GUHkcPzX6nP7rkI1zrrMHPG24ReWuXim8cUZPq8ZXuKKbbulLNOx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142427Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142427Z
20251014/us-east-1/s3/aws4_request
e0c800c40432fb99a8ea2042229bbf0ca36594ec8be21f576845e9cecd11aded
DEBUG    botocore.auth:auth.py:430 Signature:
3e09bfebbbd0bb4c26fa0ef7dd77f7d4ace128a1364f959f0d44b04ebf88279c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142427Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3e09bfebbbd0bb4c26fa0ef7dd77f7d4ace128a1364f959f0d44b04ebf88279c', 'amz-sdk-invocation-id': b'a122c8ab-de0e-49c6-acd5-521b067b273e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:27 GMT', 'x-amzn-requestid': 'JQTbwzVjrhaOyuQK2YuPT835j32aQpHQS0sUDQ6Hf2dqF3FPxBcP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0aba5742-d44c-4a05-a4ce-27021dd206d6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0aba5742-d44c-4a05-a4ce-27021dd206d6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 0aba5742-d44c-4a05-a4ce-27021dd206d6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a1fe41f5-8364-4833-8ac8-eb2446d1c05a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a1fe41f5-8364-4833-8ac8-eb2446d1c05a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a1fe41f5-8364-4833-8ac8-eb2446d1c05a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142428Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142428Z
20251014/us-east-1/s3/aws4_request
4b017cc2b0b82bc031420b4d83e6aeffd1c07ff4f3b999c7e23bf25cd35b49a3
DEBUG    botocore.auth:auth.py:430 Signature:
a45f6b0d29e73da0e7a423c32767ea0efa110c9651b9ed4b7e67ac707d7eb88d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142428Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a45f6b0d29e73da0e7a423c32767ea0efa110c9651b9ed4b7e67ac707d7eb88d', 'amz-sdk-invocation-id': b'f74fd335-c0c9-46e7-aaa0-df924e107231', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:28 GMT', 'x-amzn-requestid': 'HhuBXI2q0fSX6EmuefIpIc5ndf5WEw6k5u7UXt4Oaca0bKfNg10G', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142428Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142428Z
20251014/us-east-1/s3/aws4_request
cad1beaec3d3d66c8108cb04591439217d0d8e38c6985b0133a4c1ea0597a0f0
DEBUG    botocore.auth:auth.py:430 Signature:
391e3cca3dd7292fb55c0ffc1563c6bf5f98cef6d589e5fc07dd4fdef20cbeb6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142428Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=391e3cca3dd7292fb55c0ffc1563c6bf5f98cef6d589e5fc07dd4fdef20cbeb6', 'amz-sdk-invocation-id': b'4bda1ef0-cb83-4e0f-a6b2-ee4ca00f9f05', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:28 GMT', 'x-amzn-requestid': '0oQIP52CokIOUd2zpeLuwr6BiZRyGoKPZ7qDyzTSg8cnED9tVz23', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142428Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142428Z
20251014/us-east-1/s3/aws4_request
0a79c2e7b80c75bac9deee365f514a716065c3902bc1de719a32d426c48f91ce
DEBUG    botocore.auth:auth.py:430 Signature:
be76661d30cc2841298fd5a5b8bfcafb2eb9149302f10ba8662b2c25f4dd780a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142428Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=be76661d30cc2841298fd5a5b8bfcafb2eb9149302f10ba8662b2c25f4dd780a', 'amz-sdk-invocation-id': b'ed52347e-d908-493e-ae0e-c2ab6d56b2a3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:28 GMT', 'x-amzn-requestid': 'Xq4NMgWErOcRB3wG7ja1CKZWdjYZ6ekfzAFYY2XDEMylAlOljFI8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 969b0e8f-e137-4b66-9718-0b139ba36352, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 969b0e8f-e137-4b66-9718-0b139ba36352, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 969b0e8f-e137-4b66-9718-0b139ba36352, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 314d96bd-914c-406e-8eca-a6f869f123d2, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 314d96bd-914c-406e-8eca-a6f869f123d2, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 314d96bd-914c-406e-8eca-a6f869f123d2, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142430Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142430Z
20251014/us-east-1/s3/aws4_request
48595a467791ca27c0e2f311e3dcae0fbc0fff580cf571e0bc91e4633012b1a2
DEBUG    botocore.auth:auth.py:430 Signature:
e53f9bad384d9621a7073a29bab6d51fa7319d516dedd5571c59c9644c6f1b68
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142430Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e53f9bad384d9621a7073a29bab6d51fa7319d516dedd5571c59c9644c6f1b68', 'amz-sdk-invocation-id': b'93750695-8509-4fac-b9d1-502bc62df7be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:30 GMT', 'x-amzn-requestid': 'Bvn6ySD56KCjGSMX8SliR0qvtytXOnVynidKZkldEP0ynCImcXcW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142430Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142430Z
20251014/us-east-1/s3/aws4_request
7b768cd75af44055bfbe491b906dc3dc23f468a2075a8f160a7a1a918e32b1b7
DEBUG    botocore.auth:auth.py:430 Signature:
1ef7d282cceefd95c8d5683f0f4d0d6e70ff9537308f3f4b048ec90760beeb36
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142430Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1ef7d282cceefd95c8d5683f0f4d0d6e70ff9537308f3f4b048ec90760beeb36', 'amz-sdk-invocation-id': b'03c65e03-5d86-4fde-b605-78d6183b51e9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:30 GMT', 'x-amzn-requestid': 'v03Hvr1qqDyux1wZH4cW1MbvjDXnST1KrFmijXupQ98Zq58xApFo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142430Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142430Z
20251014/us-east-1/s3/aws4_request
f32b3fe52878cf1c2a965da9671275eff936fdaa74b81ec644ebe3933725ffcd
DEBUG    botocore.auth:auth.py:430 Signature:
4e7aac0ae0715c077a1b29cbda9bbff98f4e151aef9daf9cff8e77313cfbc6d6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142430Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4e7aac0ae0715c077a1b29cbda9bbff98f4e151aef9daf9cff8e77313cfbc6d6', 'amz-sdk-invocation-id': b'df2ee8c2-1150-4c77-a45c-516da6df8ceb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:30 GMT', 'x-amzn-requestid': 'BCwmlqA7foaX1idAYQsQjGD4p9Twy19EjAQqSaEAR2aMCYCjflq5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 94afbd36-0912-4204-83ec-072b71b23e0b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 94afbd36-0912-4204-83ec-072b71b23e0b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 94afbd36-0912-4204-83ec-072b71b23e0b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a39cec0b-0fa9-4dce-8dff-4d3bff30c4f7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a39cec0b-0fa9-4dce-8dff-4d3bff30c4f7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a39cec0b-0fa9-4dce-8dff-4d3bff30c4f7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142432Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142432Z
20251014/us-east-1/s3/aws4_request
54d007d260745bcbceb7ce482935334ba6105a1a52eef36c3972eeb51e6603fb
DEBUG    botocore.auth:auth.py:430 Signature:
924cb7902617bea2667297df0788c3eb7a0955595a49a46fd725cf2c8438dab9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142432Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=924cb7902617bea2667297df0788c3eb7a0955595a49a46fd725cf2c8438dab9', 'amz-sdk-invocation-id': b'5f82481f-5ff6-4f3d-96cd-aaab7d04b5c9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:32 GMT', 'x-amzn-requestid': 'Rp2UEGKBEjYrO1H6U6yRhZIRYIwA5yENEdmr9U92jtAMsaggdGwT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142432Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142432Z
20251014/us-east-1/s3/aws4_request
5ef4367400386286afc66b72853786225f6a8e925bb569ea180a821c4276b20e
DEBUG    botocore.auth:auth.py:430 Signature:
67c7ffbc570cd0e102a9856627c07b622e35439346207fa9446ed72291382fd6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142432Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=67c7ffbc570cd0e102a9856627c07b622e35439346207fa9446ed72291382fd6', 'amz-sdk-invocation-id': b'123733dc-8274-4cb1-a21d-27811cc7790c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:32 GMT', 'x-amzn-requestid': 'zVsqPA1reFoVLoh5z6NkEMqCqEpZQpDGhLhQO5fM3rUDbQM6UJbA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142432Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142432Z
20251014/us-east-1/s3/aws4_request
01961a59efd61de2ee71624531f0209bb76622f3d674b2afbb76c43b851334e2
DEBUG    botocore.auth:auth.py:430 Signature:
c4967e9ff9417f77b7ef57fa3f5755a52976f21adbc5a3f1cc7a0d895a07bb20
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142432Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c4967e9ff9417f77b7ef57fa3f5755a52976f21adbc5a3f1cc7a0d895a07bb20', 'amz-sdk-invocation-id': b'edba5f35-16c8-47e9-a631-81b4dfd51853', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:32 GMT', 'x-amzn-requestid': 'xo988t1jPY5Up9wDgJXz95PEqkPQ8SuXTrIhl8IWgOYDe32ypFkj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e933ef30-258a-4e9b-8d91-65d9cd7e1762, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e933ef30-258a-4e9b-8d91-65d9cd7e1762, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e933ef30-258a-4e9b-8d91-65d9cd7e1762, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 72a338f5-9ada-47d9-8707-50ce05399fdb, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 72a338f5-9ada-47d9-8707-50ce05399fdb, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 72a338f5-9ada-47d9-8707-50ce05399fdb, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142434Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142434Z
20251014/us-east-1/s3/aws4_request
bd0982b0ff23bad720ddc5cc843c11d9d204e9d217c667893bbde8eae76a13e4
DEBUG    botocore.auth:auth.py:430 Signature:
6918322639894948ce143cc34463edcf21837a7ec98eea4111f4c09345e338f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142434Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6918322639894948ce143cc34463edcf21837a7ec98eea4111f4c09345e338f4', 'amz-sdk-invocation-id': b'f9b76719-444d-46a4-8733-d6308f4d72f3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:34 GMT', 'x-amzn-requestid': 'UDfD2M7RNWD6y5rsJO4vo5DQbmtVxcTzFe11C7AZNFfv3qEACUkL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142434Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142434Z
20251014/us-east-1/s3/aws4_request
40c4f4060f56a9c0418806141e5c16b5163ad1e9e9b34f6fba3a604f370d4e7b
DEBUG    botocore.auth:auth.py:430 Signature:
3c564bbc61bb95d6a06b3bb152dbd54d3c354f5215b4af6906e8833a5d741309
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142434Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3c564bbc61bb95d6a06b3bb152dbd54d3c354f5215b4af6906e8833a5d741309', 'amz-sdk-invocation-id': b'47e030ad-465d-4e77-8635-be10ac6ac919', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:34 GMT', 'x-amzn-requestid': 'mMmq0oLJGzjsUdz9oGjUDLo6XL1E4jVuQ074dTrMOdLEQfWmoAER', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142434Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142434Z
20251014/us-east-1/s3/aws4_request
c07c09b0064404106cfeca8991e9845af8f50c0469b893e7573461ddb9b59aee
DEBUG    botocore.auth:auth.py:430 Signature:
3e62ac2107b9964172cb399f5a1ffe67f8e933e28426fe33fd30a31e1f7f341d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142434Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3e62ac2107b9964172cb399f5a1ffe67f8e933e28426fe33fd30a31e1f7f341d', 'amz-sdk-invocation-id': b'57c2344f-09d8-459c-a593-dc1cd4b9d700', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:34 GMT', 'x-amzn-requestid': 'nPplzcG7KwlAYCfQKnSbdMvAXloQFjD9gHorsgwgnDt4UL8Nuv3t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 50b8430b-79d4-440a-a298-0adb571a4207, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 50b8430b-79d4-440a-a298-0adb571a4207, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 50b8430b-79d4-440a-a298-0adb571a4207, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 25177c97-063b-4125-8def-b6965d4ad5fb, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 25177c97-063b-4125-8def-b6965d4ad5fb, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 25177c97-063b-4125-8def-b6965d4ad5fb, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142436Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142436Z
20251014/us-east-1/s3/aws4_request
f28e78583aee76062d6f7255aba65b508f9b20f1c39eb5664178bc01cc0b4c62
DEBUG    botocore.auth:auth.py:430 Signature:
10d3aa72221e45964135bf78b3c84678369a66ba31db50b610ec2fbc57796847
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142436Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=10d3aa72221e45964135bf78b3c84678369a66ba31db50b610ec2fbc57796847', 'amz-sdk-invocation-id': b'c3032e77-8877-4ec1-be11-083d78071ed3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:36 GMT', 'x-amzn-requestid': 'NZfcqtADPQA4O0ZVRc65QEqr5d3S8ZOFBPmORiGvFNQ9WInN98DK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142436Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142436Z
20251014/us-east-1/s3/aws4_request
bf3411c9f29d5e0c2822128bbf2883b1e37c32c0439e9e7ee7694be92d870998
DEBUG    botocore.auth:auth.py:430 Signature:
758076614b8815aa84097afeb2057aeb1bbca6a9fef201b342dbc14f5f41f19f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142436Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=758076614b8815aa84097afeb2057aeb1bbca6a9fef201b342dbc14f5f41f19f', 'amz-sdk-invocation-id': b'132ab442-2ebf-413a-83b3-b6ad4cb9f28e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:36 GMT', 'x-amzn-requestid': 'V8S6Q3FE37f0GI9UhEtn3nxzwYYLQTqHTGNeDhngfYP0ULastsbC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142436Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142436Z
20251014/us-east-1/s3/aws4_request
6b7798e6932028df3748ab15641f91a19d03426a5242ff7508c54ea1baebce83
DEBUG    botocore.auth:auth.py:430 Signature:
7fc76901ac09c4cf9f5dee71c15d566d9754cf002525faa9fd72c9106496ac32
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142436Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7fc76901ac09c4cf9f5dee71c15d566d9754cf002525faa9fd72c9106496ac32', 'amz-sdk-invocation-id': b'bab52aff-60ea-4e95-9776-90d10a1f2a18', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:36 GMT', 'x-amzn-requestid': 'oVmp4V5nRdFrgGGLc7c5XjenGbWJIMN659Oo4tsUXGLYk90w731O', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d117650d-ed40-416e-b66f-0a69c9d6efcd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d117650d-ed40-416e-b66f-0a69c9d6efcd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d117650d-ed40-416e-b66f-0a69c9d6efcd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a28fda6e-a975-41b2-a3fa-50d8107e0d4f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a28fda6e-a975-41b2-a3fa-50d8107e0d4f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a28fda6e-a975-41b2-a3fa-50d8107e0d4f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142437Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142437Z
20251014/us-east-1/s3/aws4_request
0e1e66084a9b19d55e0db57cba3484a9e40c440bb1f3914a8e921f2b69294a84
DEBUG    botocore.auth:auth.py:430 Signature:
8249082803b33ee8cf5bd13f0392dd21eb669a1a0a0867fef99374ce38055d80
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142437Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8249082803b33ee8cf5bd13f0392dd21eb669a1a0a0867fef99374ce38055d80', 'amz-sdk-invocation-id': b'772cb075-b14a-4870-a13d-4e348d6ae13a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:37 GMT', 'x-amzn-requestid': 'gZ1qbsMuQjEt4924uop3OHGR8s6mHw8gqdOo0dqsiI51aekCoVi0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142437Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142437Z
20251014/us-east-1/s3/aws4_request
068485e8fbe45f855b1fc20a226132bc378dbe4b0cf406435e06b6cea16c43d4
DEBUG    botocore.auth:auth.py:430 Signature:
db7d0903b7f6c2a0ffe2a5af867bdfb11b700cf75c3cd21abef188bb76d3271d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142437Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=db7d0903b7f6c2a0ffe2a5af867bdfb11b700cf75c3cd21abef188bb76d3271d', 'amz-sdk-invocation-id': b'18e993d7-caea-48e3-aaec-917da512cbcb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:37 GMT', 'x-amzn-requestid': 'zhcaAcCxFovYPhpah8GySrq9IA5v9LnBWzKh2ALgsbDVyM8uWMDM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142437Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142437Z
20251014/us-east-1/s3/aws4_request
eeda5fac2067fc2169af383d5b3e86a1d8a3a6ce35a0f88b766a859e2d5eb068
DEBUG    botocore.auth:auth.py:430 Signature:
5a9a1fb8ab5790c886557ab8b0a27f6332b363634fb16dd42bf3628ca1e068b1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142437Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5a9a1fb8ab5790c886557ab8b0a27f6332b363634fb16dd42bf3628ca1e068b1', 'amz-sdk-invocation-id': b'fc5f35d0-10cc-4cd4-9b41-146852aa5f6e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:37 GMT', 'x-amzn-requestid': 'olNKNtZacyrPCMLyoWkCMHWYIjtEB0mn7R01b0QzktrjgMs8cSGc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a867a10a-2dfb-4172-af49-4f4e8302a80d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a867a10a-2dfb-4172-af49-4f4e8302a80d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a867a10a-2dfb-4172-af49-4f4e8302a80d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 43fa7e2e-f810-4796-a226-cbadd99e09d0, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 43fa7e2e-f810-4796-a226-cbadd99e09d0, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 43fa7e2e-f810-4796-a226-cbadd99e09d0, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142439Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142439Z
20251014/us-east-1/s3/aws4_request
483566882edb8f023d4c660ca8498b28a09924b5bc093c60ab29b14901ca4aab
DEBUG    botocore.auth:auth.py:430 Signature:
ffc9710b7fecd7ca3efc419db3014ff97100fa43763165721a6d4b764a13ff5e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142439Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ffc9710b7fecd7ca3efc419db3014ff97100fa43763165721a6d4b764a13ff5e', 'amz-sdk-invocation-id': b'218774e4-dd4c-470a-9e51-a19e5823c2f5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:39 GMT', 'x-amzn-requestid': 'vrZGNCgg8zsTPJZJYBpjUJerWGiDVP5gloClHLZE15ieOlDEMh4m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142439Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142439Z
20251014/us-east-1/s3/aws4_request
8c4939ea1620a868ea5935c0e86bcc5d4267d0f1a1259c96ab04224a742b63d2
DEBUG    botocore.auth:auth.py:430 Signature:
ae8c2c2ed1663356fa88a430bb37023705ce1acf6c3c31d134d54bd5d4865120
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142439Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ae8c2c2ed1663356fa88a430bb37023705ce1acf6c3c31d134d54bd5d4865120', 'amz-sdk-invocation-id': b'bddd4a2e-6d8b-465e-a728-dd497f7d2980', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:39 GMT', 'x-amzn-requestid': 'nIkEAeaKrOg8jaJtt7LxRt5UTcvRSeeGFah7l25ljbr2eDJD8rgl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142439Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142439Z
20251014/us-east-1/s3/aws4_request
b9d53a96604cb4411ac4be1a8c17aaaef616ee903a4ef6c0fd2b7a3a0ed8c4c6
DEBUG    botocore.auth:auth.py:430 Signature:
babe6d5f09206f5f89fae1ce491f6f2e0f1890cee964296c8a43eb2d1b35f833
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142439Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=babe6d5f09206f5f89fae1ce491f6f2e0f1890cee964296c8a43eb2d1b35f833', 'amz-sdk-invocation-id': b'f46ad0c1-9737-45a7-bafa-55c3a9f619f3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:39 GMT', 'x-amzn-requestid': 'WdMijjWCgiNGOJThLMu89JE7NAf2G5zZkVSH9MhoZr6j8JgCdF1U', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 738d8650-6bca-4dd8-92dc-b2c2caea31ad, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 738d8650-6bca-4dd8-92dc-b2c2caea31ad, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 738d8650-6bca-4dd8-92dc-b2c2caea31ad, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f093a548-7db5-425d-bf42-5fa587c92b35, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f093a548-7db5-425d-bf42-5fa587c92b35, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f093a548-7db5-425d-bf42-5fa587c92b35, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142441Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142441Z
20251014/us-east-1/s3/aws4_request
7f8d0b73f31a6c83ad8d89343c447b92e930fdea5ee2c24d0bde3ed2d1709c39
DEBUG    botocore.auth:auth.py:430 Signature:
3620caac30cd11aaa99026fe636eb36b3ee117f2e6ab1331ecf1a593ad154027
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142441Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3620caac30cd11aaa99026fe636eb36b3ee117f2e6ab1331ecf1a593ad154027', 'amz-sdk-invocation-id': b'5d1f18df-72aa-49fe-bfb1-a46c1fe4171d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:41 GMT', 'x-amzn-requestid': 'nvwXCrrJDEvRkktFEusRpbpWwfs5wBObNZ72xLghJi1Jrb9tF8yQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142441Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142441Z
20251014/us-east-1/s3/aws4_request
057d1cc4141476389e42e3079ef745a49c009026ff1eae3e78ff96238306604e
DEBUG    botocore.auth:auth.py:430 Signature:
ac0cc6f2f18b747959e67701cb69fb181b7d9c5fca6e228e115d244bdbea3276
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142441Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ac0cc6f2f18b747959e67701cb69fb181b7d9c5fca6e228e115d244bdbea3276', 'amz-sdk-invocation-id': b'bc9aba8f-cf03-4f19-9ed5-4d5ddd3342e2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:41 GMT', 'x-amzn-requestid': 'CyoKtV2MmiJ7PU2lyrOzw2XroCv7yIqIM2VUL9rpYYGXNGUC9NeV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142441Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142441Z
20251014/us-east-1/s3/aws4_request
e612b07158d5e3aa596e66cf754cdb17e5e408d833d83182e1bce3b86506378b
DEBUG    botocore.auth:auth.py:430 Signature:
0a1408080b84891425348e526d35f3b9805ec3705a911c94dfd4f9e7c54332f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142441Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a1408080b84891425348e526d35f3b9805ec3705a911c94dfd4f9e7c54332f4', 'amz-sdk-invocation-id': b'ae994dae-7731-416f-9ccf-7e331c227cc2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:41 GMT', 'x-amzn-requestid': '6k0wrUNcjOkWFufopo1dREQg5gQYGiuu6M5dYoKwjMDyCfWUPb4X', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b0cdf12-8ab5-4b67-9c67-d5d11e8f76a9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b0cdf12-8ab5-4b67-9c67-d5d11e8f76a9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9b0cdf12-8ab5-4b67-9c67-d5d11e8f76a9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9cb51199-31a0-45ed-8d94-d18b7125f262, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9cb51199-31a0-45ed-8d94-d18b7125f262, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9cb51199-31a0-45ed-8d94-d18b7125f262, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142442Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142442Z
20251014/us-east-1/s3/aws4_request
7ea0ab5acddcec8ab671b1478081fb1cbdbe64d053e044fc170529a4a252faf2
DEBUG    botocore.auth:auth.py:430 Signature:
9406eda653bf26d1476f50afe8e53e0000d3552fe4bbbdb8b40a759ea2194d40
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142442Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9406eda653bf26d1476f50afe8e53e0000d3552fe4bbbdb8b40a759ea2194d40', 'amz-sdk-invocation-id': b'0d4dd544-b819-4d28-b450-5209f344c211', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:42 GMT', 'x-amzn-requestid': 'iXtH8VWbnfZDgI73fPXZzJQRf44lGyK2gpl7zbOZ0MgmFGsPW4sH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142442Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142442Z
20251014/us-east-1/s3/aws4_request
fb77f538ed32622105f60595f06b2d4eaec3f35b48de1b2a48573a9b0ed03a21
DEBUG    botocore.auth:auth.py:430 Signature:
362ff18e54b417c66f070c2f7d59f8607a9145ffcb9b8dd2c755a23270a7dba3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142442Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=362ff18e54b417c66f070c2f7d59f8607a9145ffcb9b8dd2c755a23270a7dba3', 'amz-sdk-invocation-id': b'74568f4c-74ed-4272-8f44-f73bee49e571', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:42 GMT', 'x-amzn-requestid': 'kgk7C43TNuvCtFZ18qUBC7pXqtqOjJrFHm1dNrbjhSA4HYXkKKzB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142442Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142442Z
20251014/us-east-1/s3/aws4_request
c62eb7be073ae884ab39365fa71c39070546b57080830ed67d4eb254ea8aaa42
DEBUG    botocore.auth:auth.py:430 Signature:
54dd804dad364c3192ccc7e87a6203b5bf4693811b2fa29c0bd5be35b599bc8c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142442Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=54dd804dad364c3192ccc7e87a6203b5bf4693811b2fa29c0bd5be35b599bc8c', 'amz-sdk-invocation-id': b'e7e2fbd6-ac6a-41a5-b848-3718c9b3f83e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:42 GMT', 'x-amzn-requestid': 'uyP4bza7OZKrhcwB66ye8OMuvzak8C0hMo6AvFDS25fCyOrmObKo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f52666d9-2e52-4f8d-9995-4b705369c5c4, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f52666d9-2e52-4f8d-9995-4b705369c5c4, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f52666d9-2e52-4f8d-9995-4b705369c5c4, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7d176f0f-c835-4fad-9159-e69552c905c5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7d176f0f-c835-4fad-9159-e69552c905c5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7d176f0f-c835-4fad-9159-e69552c905c5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142444Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142444Z
20251014/us-east-1/s3/aws4_request
eac5a0340be502f95a7aa2f3973c062bf0c221a15479f155f13ca4c3cfaa2d1a
DEBUG    botocore.auth:auth.py:430 Signature:
f46c26cb59b6680cd9c6909576972bb5f69b80842c4c2ad4bbf96e08e725609e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142444Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f46c26cb59b6680cd9c6909576972bb5f69b80842c4c2ad4bbf96e08e725609e', 'amz-sdk-invocation-id': b'dc08671c-510d-4872-a15d-eed07347bd70', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:44 GMT', 'x-amzn-requestid': 'Pco6s28hofeU8lKdJnDUksbovjILm1TfUon1jr0NGuv6yyvsgdgv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142444Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142444Z
20251014/us-east-1/s3/aws4_request
1074e1d08cb2461f4e60ffd5d7cbf368e1dbd46e82552cbb15e1f2c6507470b0
DEBUG    botocore.auth:auth.py:430 Signature:
e0ef85397c3fc6719099bad53a4f22039cf67dd42de0aab73118e8d4a252103a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142444Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e0ef85397c3fc6719099bad53a4f22039cf67dd42de0aab73118e8d4a252103a', 'amz-sdk-invocation-id': b'a4cb658f-a5cd-4596-b0eb-05bfa4b36553', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:44 GMT', 'x-amzn-requestid': 'lDx4OWbBZJUhnpBDhkvRGHGzFxQHd4WKdQHQaX110WyukWJ7zrCN', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142444Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142444Z
20251014/us-east-1/s3/aws4_request
3f8cad2fec132520b071d89bd818e60fc967f667a6cd27816cf9e00808372c6b
DEBUG    botocore.auth:auth.py:430 Signature:
cbf19e213a66103446be5519dfb2f42e444804387f31cdd21f8a5523b43bb766
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142444Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cbf19e213a66103446be5519dfb2f42e444804387f31cdd21f8a5523b43bb766', 'amz-sdk-invocation-id': b'89ecbea8-a007-4424-a605-fe1f7b36c6a0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:44 GMT', 'x-amzn-requestid': 'RlYzvrmlYZKPMCNa8joeC0W3FvpPgUUN91Qm27OWUQ7wEjoFmyBc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2637d92d-c970-4fc0-b51b-7fdd441d40dd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2637d92d-c970-4fc0-b51b-7fdd441d40dd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2637d92d-c970-4fc0-b51b-7fdd441d40dd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9d775120-c41c-4ae9-aee3-22ba0045b805, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9d775120-c41c-4ae9-aee3-22ba0045b805, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9d775120-c41c-4ae9-aee3-22ba0045b805, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142445Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142445Z
20251014/us-east-1/s3/aws4_request
fdd11b5c90c08c1bfc9ef3ec5ba5ae4dc148eef6b16f73aeaaab1b7e63c09d0d
DEBUG    botocore.auth:auth.py:430 Signature:
1dad8ba2bff101eb0f881b90d5354a012b36b3e35807d45461df5614c7dee6ac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142445Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1dad8ba2bff101eb0f881b90d5354a012b36b3e35807d45461df5614c7dee6ac', 'amz-sdk-invocation-id': b'eea85734-58bf-4937-8a59-746e099e86e6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:45 GMT', 'x-amzn-requestid': 'PmpPL2Sf6IzP3w0N8NQYtTCtxbjaXnoGF3eLwZsXwQgGqmfzIzZE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142445Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142445Z
20251014/us-east-1/s3/aws4_request
7d2933cfdecc0bb847738ffe44ab801dcfeadd467af733a60dba8146e119cf8e
DEBUG    botocore.auth:auth.py:430 Signature:
2903094918e7a832ff49f6cb4b8ef4ea5fff5169dd87fc61fb098dc87c1bee33
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142445Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2903094918e7a832ff49f6cb4b8ef4ea5fff5169dd87fc61fb098dc87c1bee33', 'amz-sdk-invocation-id': b'1d2837b0-5f00-488f-9946-431143bcf581', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:45 GMT', 'x-amzn-requestid': 'nyZZ8BLmjlzR32gcX818PnihKMwIgaU74enTTEsVWaotloFTtyMk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142445Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142445Z
20251014/us-east-1/s3/aws4_request
ad78a4e19280348743a70c2d227a19cedba352961d6acdd409f78745c421e7fc
DEBUG    botocore.auth:auth.py:430 Signature:
5f546caea0acfd9b44c7e718bc15775a536722af096959141554b4d32b646f0d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142445Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5f546caea0acfd9b44c7e718bc15775a536722af096959141554b4d32b646f0d', 'amz-sdk-invocation-id': b'd6c9e1e6-f798-4b7f-9925-1234a28881ff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:45 GMT', 'x-amzn-requestid': 'N8UlFmEHcSZl7P0F5SBKWzIVcDTi96g5XUk9nWYGsVtVl7a1Ubgd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d93d0e50-564f-4d2b-9673-3f67905ebd8b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d93d0e50-564f-4d2b-9673-3f67905ebd8b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d93d0e50-564f-4d2b-9673-3f67905ebd8b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 334bf775-ec96-4815-a328-9b2cbe06448e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 334bf775-ec96-4815-a328-9b2cbe06448e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 334bf775-ec96-4815-a328-9b2cbe06448e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142447Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142447Z
20251014/us-east-1/s3/aws4_request
f15bc851d3cf1397a6b99693db4ae493eebf1955485db2bcf558a00b2f19ac69
DEBUG    botocore.auth:auth.py:430 Signature:
38606b01e8b675debf21e61252ed7547be39a3c00648936651982ab2ad236f57
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142447Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=38606b01e8b675debf21e61252ed7547be39a3c00648936651982ab2ad236f57', 'amz-sdk-invocation-id': b'bf66534b-ae5f-495c-aafa-48f056306b38', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:47 GMT', 'x-amzn-requestid': 'PIxJ8DTewkjQCP2yHb0f5fEXSKTfBLgK6v5FxlDYMZWewdvmHw1F', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142447Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142447Z
20251014/us-east-1/s3/aws4_request
2100e5571909fbea500ea3ec32d76c9ec7269b164ad865981a552c7c53762ba2
DEBUG    botocore.auth:auth.py:430 Signature:
94bc00f3b9bfc9b31451702c727c2030cbe1e1aa9a4cf16d08ff83049485451d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142447Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=94bc00f3b9bfc9b31451702c727c2030cbe1e1aa9a4cf16d08ff83049485451d', 'amz-sdk-invocation-id': b'219b970f-cbc3-485b-a7f7-667c3d62f442', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:47 GMT', 'x-amzn-requestid': 'dvlOCWllI4G0hlU8YUwJpMJz6ii4a8FCiHWL7Q3y5ZQDjnpfgCA6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142447Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142447Z
20251014/us-east-1/s3/aws4_request
be506d975d5df5ff4773ad2fcbafff14ecd10fe523a6424c727f808bbc13225f
DEBUG    botocore.auth:auth.py:430 Signature:
bd3c1f7ebb6552e335ff3bcf867eef55074862ff7d92d9c5e7aa83349b95ca5c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142447Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bd3c1f7ebb6552e335ff3bcf867eef55074862ff7d92d9c5e7aa83349b95ca5c', 'amz-sdk-invocation-id': b'18761d7f-a78e-411c-8e46-9a21ee073b71', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:47 GMT', 'x-amzn-requestid': 'kkciIBTl9tGhMfjgjzmyZUS6KPBevvJBlUTeoDa43ER68PAx5S6V', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1bdaec85-eacf-49b4-a43b-5485b8ce2d78, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1bdaec85-eacf-49b4-a43b-5485b8ce2d78, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1bdaec85-eacf-49b4-a43b-5485b8ce2d78, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a4b77c45-54d5-4bf0-85f2-1b56bc4a25ae, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a4b77c45-54d5-4bf0-85f2-1b56bc4a25ae, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a4b77c45-54d5-4bf0-85f2-1b56bc4a25ae, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142448Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142448Z
20251014/us-east-1/s3/aws4_request
3c1c42d4386acab51a96525d9bfffc8c74b74b69db20de8ece0d5ab082924df2
DEBUG    botocore.auth:auth.py:430 Signature:
e5c2753088380034996884b13337269e34df45039fa07f98906d27490fe575b2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142448Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e5c2753088380034996884b13337269e34df45039fa07f98906d27490fe575b2', 'amz-sdk-invocation-id': b'1043d1a8-61e9-45c7-9e7f-05c7f275b016', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:48 GMT', 'x-amzn-requestid': '2bVZ48av8oYS1vHU12d3eR3HoWrZpdrFSGQM2EkFlUCOgZNMProf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142448Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142448Z
20251014/us-east-1/s3/aws4_request
6f1db0453808b7830ae05cabbdac815213beb696f7069868c0f2c519d1e83cf1
DEBUG    botocore.auth:auth.py:430 Signature:
5f2f69fe2be6b93ec3707a21bada27bb32a1f9b3d8db82d1dd2d0636157913ee
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142448Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5f2f69fe2be6b93ec3707a21bada27bb32a1f9b3d8db82d1dd2d0636157913ee', 'amz-sdk-invocation-id': b'20a90df4-6f9e-4ced-8f93-da6f16518c7e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:48 GMT', 'x-amzn-requestid': 'SCsfnBBjY1ZgtbfvxbwDnm2Oe6rc8WKTAwWkSxldwCTPNlYe3Akg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142448Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142448Z
20251014/us-east-1/s3/aws4_request
40165d094151d1630920c46ee629573a62d0d2140c9f2dbb60d892e0ce1c7471
DEBUG    botocore.auth:auth.py:430 Signature:
0f07f277cea535150638ae154e5c01b54cd152ced05d09208d6c92753bd3c5a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142448Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0f07f277cea535150638ae154e5c01b54cd152ced05d09208d6c92753bd3c5a1', 'amz-sdk-invocation-id': b'd9ed4729-3167-4313-9d0e-da027f6f8e67', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:48 GMT', 'x-amzn-requestid': '84HTag9Y44zlW6V6ZqLzMbAGhvlzRjy6jbVutefSSukD6hjNptGB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e80fb93e-c51a-490a-a867-b5e96e59b68c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e80fb93e-c51a-490a-a867-b5e96e59b68c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e80fb93e-c51a-490a-a867-b5e96e59b68c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f6b262b1-27c5-40ea-bed6-782da473132d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f6b262b1-27c5-40ea-bed6-782da473132d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f6b262b1-27c5-40ea-bed6-782da473132d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142450Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142450Z
20251014/us-east-1/s3/aws4_request
9efe9b3f822298554a87c0a00216790ef71bc7e8cdc9915d70e899e17dc88b8d
DEBUG    botocore.auth:auth.py:430 Signature:
ca21c4be3a69fb648acfc7b9948aa7a914a33de23e0a921ebb4598a98442ebaf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142450Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ca21c4be3a69fb648acfc7b9948aa7a914a33de23e0a921ebb4598a98442ebaf', 'amz-sdk-invocation-id': b'f7b76d33-9a74-44d0-804a-956ac2073f13', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:50 GMT', 'x-amzn-requestid': 'JTeV6WnPX84sfpfbAxOxQlOU1za93E9ubkspHqEOT2AbGBcfm1W7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142450Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142450Z
20251014/us-east-1/s3/aws4_request
7bf4d3892440460d2ca6b528411ad3ce58a24b25509aa3106202147f2b2209a7
DEBUG    botocore.auth:auth.py:430 Signature:
0fe05acfc44b49c5ba3de8da7e7d7106430183a3cfce8e0e5e878a2603d332a3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142450Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0fe05acfc44b49c5ba3de8da7e7d7106430183a3cfce8e0e5e878a2603d332a3', 'amz-sdk-invocation-id': b'21d22c5a-2df4-4198-ada5-85dacd488092', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:50 GMT', 'x-amzn-requestid': 'CRcafO11CwHyJFQ0OqsWLnE7iq0qNRINZy9aeMORYQKz8nx6A119', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142450Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142450Z
20251014/us-east-1/s3/aws4_request
1b5fc4b25ba3c081fe28458b8322ba78c8a83a7fdcae3eadaa05f421bd2c0886
DEBUG    botocore.auth:auth.py:430 Signature:
c3498142fdb440d947ca548ff7640dbb777f471adf846638eaa3f188b4696f84
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142450Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c3498142fdb440d947ca548ff7640dbb777f471adf846638eaa3f188b4696f84', 'amz-sdk-invocation-id': b'cc4a846b-17b7-4384-a0d3-842195aced04', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:50 GMT', 'x-amzn-requestid': 'uMOs4xqyi5T5GcrU9beDPGc6D1wzrPAhEWT8Viq9plxBIpES5XCU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 318e77f6-274b-40c6-9d5d-578dffe57673, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 318e77f6-274b-40c6-9d5d-578dffe57673, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 318e77f6-274b-40c6-9d5d-578dffe57673, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5a395e40-99f5-418b-984c-7066d5f3ff07, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5a395e40-99f5-418b-984c-7066d5f3ff07, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5a395e40-99f5-418b-984c-7066d5f3ff07, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142452Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142452Z
20251014/us-east-1/s3/aws4_request
474630123cfece5a4e1ceb552726017c5b7f9571cb007a113ec577e8d803b82c
DEBUG    botocore.auth:auth.py:430 Signature:
79a19914b5e70a2917f836a19419aee1d01a90d038793930d2df3c7ed239c790
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142452Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=79a19914b5e70a2917f836a19419aee1d01a90d038793930d2df3c7ed239c790', 'amz-sdk-invocation-id': b'cffe33cc-6656-4714-9113-a978ed0d0a23', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:52 GMT', 'x-amzn-requestid': '3AHAan0xpoIHabA4MG3QxiyeT3U5hNLtlsm0rLLCNt0YHRNlnm2x', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142452Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142452Z
20251014/us-east-1/s3/aws4_request
affc5b5a115f4af5f9e8034d856895f5d4d81fa017a074e3ee4a400637bd870d
DEBUG    botocore.auth:auth.py:430 Signature:
fe5647b5750c6fd4d3276cdea3720569d5429453b8e6fb1edbbf4e54db981fa1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142452Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fe5647b5750c6fd4d3276cdea3720569d5429453b8e6fb1edbbf4e54db981fa1', 'amz-sdk-invocation-id': b'c3155a0a-e9f9-4408-ba30-bbdec6e214a9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:52 GMT', 'x-amzn-requestid': 'TMHkmCC1PAHLNaR2t49ex2QepdCFdP5Zmn3V6cmdJe3w20w4OkBZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142452Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142452Z
20251014/us-east-1/s3/aws4_request
5cfeb22cd22a620986c888ca6a4f453d5389111c7192ed434a96fcd856470c1f
DEBUG    botocore.auth:auth.py:430 Signature:
03f7d1e42bcc058c88b9f2e4bf66e0402bbbae42ee1f4fb97eb49f32fe394406
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142452Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03f7d1e42bcc058c88b9f2e4bf66e0402bbbae42ee1f4fb97eb49f32fe394406', 'amz-sdk-invocation-id': b'3f7d1448-bc32-441d-abd1-986950ac7b6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:52 GMT', 'x-amzn-requestid': 'VBsU8lmSuajvKt14lja2FwfOeicnXMzeAwMQJLblkgK8MHEQcIg7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 99b9b882-b247-4855-831e-9e350f199934, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 99b9b882-b247-4855-831e-9e350f199934, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 99b9b882-b247-4855-831e-9e350f199934, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 24ec077d-6262-4549-8258-323413dd7429, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 24ec077d-6262-4549-8258-323413dd7429, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 24ec077d-6262-4549-8258-323413dd7429, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142453Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142453Z
20251014/us-east-1/s3/aws4_request
92cbc43397c06e5791acf42bba45fb8411b5e433c19666c4ee5ebf1b04f07ba1
DEBUG    botocore.auth:auth.py:430 Signature:
5a214e33f65ab992bda3e352d61871643520eadcffc43cd283930fadffbfbc89
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142453Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5a214e33f65ab992bda3e352d61871643520eadcffc43cd283930fadffbfbc89', 'amz-sdk-invocation-id': b'7d5fa2f8-5571-42d4-bad7-fc0f23ad194b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:53 GMT', 'x-amzn-requestid': 'zo9Ye4TbyKq28xaHHkBXFVMXCLnY1gbVbqdbXLenfvTS80mE9RXF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142453Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142453Z
20251014/us-east-1/s3/aws4_request
25eb2d4ec993f93a29d4e892a79b069b7ab5db904aa0e5f7ffa01f2cd175e0dd
DEBUG    botocore.auth:auth.py:430 Signature:
2552e500a40be686c2bd4e49f9a6613baae9bdef7182c780c2dfd0e84381a4de
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142453Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2552e500a40be686c2bd4e49f9a6613baae9bdef7182c780c2dfd0e84381a4de', 'amz-sdk-invocation-id': b'b988de98-e591-4652-97d7-eeb95fbd5c3b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:53 GMT', 'x-amzn-requestid': 'fnZbzGb4gZrfTbtqZ0dPj7JPF7BKVBLmY37odwNKlkJKNcFS4Yho', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142453Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142453Z
20251014/us-east-1/s3/aws4_request
1656148de3b36e3eeae978f69e655c3152d12c2b7399357ccde0afcd895e439c
DEBUG    botocore.auth:auth.py:430 Signature:
f168e3e4fc895c7fd7f675f7b02faa5b455dc359b2bea95b92cbdf8c1311d7d2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142453Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f168e3e4fc895c7fd7f675f7b02faa5b455dc359b2bea95b92cbdf8c1311d7d2', 'amz-sdk-invocation-id': b'de9a73cd-0cd1-4113-92d3-068c4ac08bdb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:53 GMT', 'x-amzn-requestid': 'EtbBO41rhJLnesJx9olOOrzZWtvtOFiMBhfMYa65GMK37NiuKSpp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9c3933f3-f8ef-4d7b-bc18-2113453becfd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9c3933f3-f8ef-4d7b-bc18-2113453becfd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9c3933f3-f8ef-4d7b-bc18-2113453becfd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 769e9b68-92c7-4710-992c-94f74f4edc4b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 769e9b68-92c7-4710-992c-94f74f4edc4b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 769e9b68-92c7-4710-992c-94f74f4edc4b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142455Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142455Z
20251014/us-east-1/s3/aws4_request
aa2c36a423f9c9ae2e6204879dc6c89d7a371b457167eb785c3fd8232c4db552
DEBUG    botocore.auth:auth.py:430 Signature:
429652820752678bb62c5dc16eb2512dff619553bfe76a6e6e84a11a103f7cbf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142455Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=429652820752678bb62c5dc16eb2512dff619553bfe76a6e6e84a11a103f7cbf', 'amz-sdk-invocation-id': b'52b74a73-9baa-4234-a191-cf69d6661714', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:55 GMT', 'x-amzn-requestid': '7iTFLHvJs8UxCJZzc2Evk1vWLnVRohhWgiUL2cBSFzRrWFCtsTim', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142455Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142455Z
20251014/us-east-1/s3/aws4_request
128930b5562acc6a8495beef6a347a8f0d1446ec3579ac41b984510ae9b4dd4b
DEBUG    botocore.auth:auth.py:430 Signature:
e45bf7ab97af7f532485845a182a22ece2f4cbf27dde7daeea8a476b94679a94
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142455Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e45bf7ab97af7f532485845a182a22ece2f4cbf27dde7daeea8a476b94679a94', 'amz-sdk-invocation-id': b'a102f9e1-39d1-4137-9330-f50615494e5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:55 GMT', 'x-amzn-requestid': 'bBMHdqG9XviwgVS2uCIybcN4rt5ALOxzMP2XaduJqksvraTafRsy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142455Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142455Z
20251014/us-east-1/s3/aws4_request
c892daff65d5b44c56f3987a47d744ac53d58d63c9f4f28c8a3c8c1399fe31a0
DEBUG    botocore.auth:auth.py:430 Signature:
de2d1913c55926757e1dc3314b5c22aa8e433a789b701884f8d31c700c24fb55
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142455Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=de2d1913c55926757e1dc3314b5c22aa8e433a789b701884f8d31c700c24fb55', 'amz-sdk-invocation-id': b'c455b517-c08b-42df-adec-b07ba0556b0b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:55 GMT', 'x-amzn-requestid': 'kO9VOXVnL6wV0UwMSljuo8mJGVEdX24cLWLhbzYLRVlbFVCrNMYQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b260b637-4289-4d1e-8ef3-911d94960646, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b260b637-4289-4d1e-8ef3-911d94960646, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b260b637-4289-4d1e-8ef3-911d94960646, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d003191e-279c-46af-b4fc-3ff5eab1e500, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d003191e-279c-46af-b4fc-3ff5eab1e500, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d003191e-279c-46af-b4fc-3ff5eab1e500, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142457Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142457Z
20251014/us-east-1/s3/aws4_request
c259fb9cb81cba0ce9912d40358d81f8c0ff354240d4fb73ba6fd0fcb0170be1
DEBUG    botocore.auth:auth.py:430 Signature:
ad58a7d52a9a9f33ea1d24bffe5f74328999279b7d55de68f5f3d02a24127898
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142457Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad58a7d52a9a9f33ea1d24bffe5f74328999279b7d55de68f5f3d02a24127898', 'amz-sdk-invocation-id': b'5cebc0cf-d656-4d48-a153-edb196bbd40b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:57 GMT', 'x-amzn-requestid': '6TkQeIK1HHk1JUMlgfoJC5si2U8xzIOUlhEE0flsqyMnPAa2wzbL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142457Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142457Z
20251014/us-east-1/s3/aws4_request
f6be53763f6f2d539ee316cd63b70e322d9a8315c5ade262db6e36e510912602
DEBUG    botocore.auth:auth.py:430 Signature:
aba115d5557904cf5614491f100cb365d22e66b2520200d7a92906fb098db6de
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142457Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aba115d5557904cf5614491f100cb365d22e66b2520200d7a92906fb098db6de', 'amz-sdk-invocation-id': b'c98158c7-1a4d-429e-9a38-ef8e90c5f8b2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:57 GMT', 'x-amzn-requestid': 'kCWqR78tvBWVh5Yz8tWQTMBm5e29iDDdfWg85vKlVepQSs9jsZOn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142457Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142457Z
20251014/us-east-1/s3/aws4_request
7fdd5000625f3c5af0029c41f557180088c9d6726e0343e7bd5068a893d688f5
DEBUG    botocore.auth:auth.py:430 Signature:
054547dc01216f8138c2f608201a241b6b4faeca847ecb70a7d6992b4c2c2f2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142457Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=054547dc01216f8138c2f608201a241b6b4faeca847ecb70a7d6992b4c2c2f2b', 'amz-sdk-invocation-id': b'790f8890-c676-4e21-84ca-cac28c922e3d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:57 GMT', 'x-amzn-requestid': 'lYwbvJOYqLnGgfMaAWGjtuOCDFsy4cAOA0qlNXtSbuqF4NyVCyea', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a04ab084-cc50-4c58-a52d-ab97c73d2967, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a04ab084-cc50-4c58-a52d-ab97c73d2967, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a04ab084-cc50-4c58-a52d-ab97c73d2967, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 837d7b25-4080-40b8-8e67-0ef07e5631b6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 837d7b25-4080-40b8-8e67-0ef07e5631b6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 837d7b25-4080-40b8-8e67-0ef07e5631b6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142458Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142458Z
20251014/us-east-1/s3/aws4_request
51d6eb1557fb22e3c3ede6fd3bce6a4a6b07b2bcb53406bedb79e3877d10f3c7
DEBUG    botocore.auth:auth.py:430 Signature:
110d861818df4ead391a24d81851b3e79735dbfa22314f6ed72806e80f8d0d29
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142458Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=110d861818df4ead391a24d81851b3e79735dbfa22314f6ed72806e80f8d0d29', 'amz-sdk-invocation-id': b'e8ae920f-6f43-4754-84b7-a4eabca2ec04', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:24:58 GMT', 'x-amzn-requestid': 'fQj4U4UDV0LbyTWzRGvu2ykLN0dEqVURFHmEyqGgcxwyw71B8idf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142458Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142458Z
20251014/us-east-1/s3/aws4_request
2e3d0a3ce37edada24b8ee8084ba4d89ae179568e24725da27fee62ec646b39c
DEBUG    botocore.auth:auth.py:430 Signature:
6d9e426e278a28b223ae4d339576ded152d9686f7e9eaaf10f8e1f62046e49c0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142458Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6d9e426e278a28b223ae4d339576ded152d9686f7e9eaaf10f8e1f62046e49c0', 'amz-sdk-invocation-id': b'44872088-5b16-4c95-b6bb-54448756d4ca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:24:58 GMT', 'x-amzn-requestid': 'bHRyHSSWsPydtxV5z7uIf8bTtYDHjlDx2zOOXHYj2ATmDOuJDx9l', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142458Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142458Z
20251014/us-east-1/s3/aws4_request
febbdc2e27377e1b3073c4a6a10715c589601dd0a2802031aef76e60d6c461e9
DEBUG    botocore.auth:auth.py:430 Signature:
9fe88a4bcd0b331b5e6fcb8c6226037b1e0d83d4a6589c6b3f0d7fdcf3c1c189
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142458Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9fe88a4bcd0b331b5e6fcb8c6226037b1e0d83d4a6589c6b3f0d7fdcf3c1c189', 'amz-sdk-invocation-id': b'8778c85d-50d8-487f-9c85-460b692cc464', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:24:58 GMT', 'x-amzn-requestid': '838lxX2AUPEMfcoHn35JKIZ36y99GnvK79KalNAq4H7qSr7IV4p0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b7136816-da91-4c2c-ab3d-135b43f6ea3e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b7136816-da91-4c2c-ab3d-135b43f6ea3e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b7136816-da91-4c2c-ab3d-135b43f6ea3e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d904e2f5-e146-44d0-b6d0-e653cb341901, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d904e2f5-e146-44d0-b6d0-e653cb341901, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d904e2f5-e146-44d0-b6d0-e653cb341901, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142500Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142500Z
20251014/us-east-1/s3/aws4_request
cb79c3eb8fe5ea7ebf93c575b827cb4f1905029f059bf5c7bc6dd87af40565ed
DEBUG    botocore.auth:auth.py:430 Signature:
8eb287e9bc3631b46321e3c61fe6a403d620026d02bb4cf5cad11d664ee66f75
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142500Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8eb287e9bc3631b46321e3c61fe6a403d620026d02bb4cf5cad11d664ee66f75', 'amz-sdk-invocation-id': b'a3f16cdf-5002-43bc-a3fe-60aca8cf5291', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:00 GMT', 'x-amzn-requestid': 'l9QdKnC7LXW0tKyMBGqVxjKdvDbynA0mJVsd86hfkgeJ3d6rZyeC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142500Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142500Z
20251014/us-east-1/s3/aws4_request
3de51b00e589c4a325d6f41fbc7dc326f76252a295a2c42a7dcc9914798ffb49
DEBUG    botocore.auth:auth.py:430 Signature:
c2327c2a57ad742a0f27de1e34c7512e713f9b42aa91e8122db38326a687543c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142500Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c2327c2a57ad742a0f27de1e34c7512e713f9b42aa91e8122db38326a687543c', 'amz-sdk-invocation-id': b'9022569e-7906-4605-9f28-6fc18bed37fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:00 GMT', 'x-amzn-requestid': 'bTqJ7P6kpcu15mfhRQKwHL8EQ55ePASl1b39JyE7N3HLGyFaLJXE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142500Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142500Z
20251014/us-east-1/s3/aws4_request
8580542a2d549469f7273e3f30d24590acd69d6a951f0d0c84a99b70a28875e8
DEBUG    botocore.auth:auth.py:430 Signature:
683d518daca57d8701e79a0de91fa9096ccb73b325f0df2811cd7da9ac1fcea6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142500Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=683d518daca57d8701e79a0de91fa9096ccb73b325f0df2811cd7da9ac1fcea6', 'amz-sdk-invocation-id': b'e4f85705-9ae0-4a14-8e73-72fa8d21f559', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:00 GMT', 'x-amzn-requestid': 'Q6pTDPhY4q2SHhSyEdFC4f4cHyzcHjIYWeAw0h3jaxib42BRMhi3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eca1280d-257a-470c-be34-9a8cde3aa1a3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eca1280d-257a-470c-be34-9a8cde3aa1a3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eca1280d-257a-470c-be34-9a8cde3aa1a3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bd06b405-aa62-4085-b0f2-61784714961e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bd06b405-aa62-4085-b0f2-61784714961e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, bd06b405-aa62-4085-b0f2-61784714961e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142502Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142502Z
20251014/us-east-1/s3/aws4_request
c06f8cef03c003a32dd6c2bcafe9b82fbcd5fb80b619ccddf893a799ca825a68
DEBUG    botocore.auth:auth.py:430 Signature:
f0cf5d2939091cb85aa4ef82b537657674e79aa8e2f9c3c42a3f2903d2d45e71
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142502Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f0cf5d2939091cb85aa4ef82b537657674e79aa8e2f9c3c42a3f2903d2d45e71', 'amz-sdk-invocation-id': b'8697a384-1576-47bc-b16e-b4fb0b45ec68', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:02 GMT', 'x-amzn-requestid': 'HsnnHkkp3qKCv5MzyAMxaP3yMeTAaRpGJx9HVlw35pSVsoQ9Galq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142502Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142502Z
20251014/us-east-1/s3/aws4_request
9a77d02c93a3c111c72d0d992fd67b83faea26001c73f1d4408772f0d9f5d1a5
DEBUG    botocore.auth:auth.py:430 Signature:
ea99be5f0b06dd037067efaa60b67904622064904f7715b7dcd4ef781b771ca2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142502Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea99be5f0b06dd037067efaa60b67904622064904f7715b7dcd4ef781b771ca2', 'amz-sdk-invocation-id': b'227993e0-c122-4cb1-a158-3ea940fbc36b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:02 GMT', 'x-amzn-requestid': 'XRSv7xPwFddQQaIpkMr8yCf3ZJ96IJR9L1zvDk0GEByWB0I0kIT4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142502Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142502Z
20251014/us-east-1/s3/aws4_request
d0b94c94d84d75555aa8c09db3df38aa1ea301388bb5e6570aecf9307c7eedaa
DEBUG    botocore.auth:auth.py:430 Signature:
07319858ab0f2994cc4f4f2c0c0edee660a6c2d826ce68c7d1c1950eda762cba
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142502Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07319858ab0f2994cc4f4f2c0c0edee660a6c2d826ce68c7d1c1950eda762cba', 'amz-sdk-invocation-id': b'8cc67fad-0de3-4b07-bf4c-e365e2da73ea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:02 GMT', 'x-amzn-requestid': 'l3Dmz2H5YmXxPUas7gWpC692LkOwcyCdztxMnh44ckCCMEohFyX1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2b90ea9f-37ea-4dd2-94d0-7d84f29e9cb5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2b90ea9f-37ea-4dd2-94d0-7d84f29e9cb5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2b90ea9f-37ea-4dd2-94d0-7d84f29e9cb5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ed81e23e-434d-4de6-9c6d-986e0e095896, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ed81e23e-434d-4de6-9c6d-986e0e095896, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ed81e23e-434d-4de6-9c6d-986e0e095896, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142504Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142504Z
20251014/us-east-1/s3/aws4_request
2e263bace93c3e7dbfe7ca5dd14c70408f1300b0e79e257fc85ec3ee466036f9
DEBUG    botocore.auth:auth.py:430 Signature:
ea1134299575cce21a2b44196e05016dc3434fdb10765ed3cee25c384b4b7fe0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142504Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea1134299575cce21a2b44196e05016dc3434fdb10765ed3cee25c384b4b7fe0', 'amz-sdk-invocation-id': b'cd727bcc-e78f-4d02-ac11-250e09c9c5c5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:04 GMT', 'x-amzn-requestid': 'BvquMw7U7y5ONF63fBsEMO0OBvTkJg0P1Uzw5IfAs6z9PjHJ9o4h', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142504Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142504Z
20251014/us-east-1/s3/aws4_request
a2a6f012aa51d5a15e5a48ac4ab6acc534800e5520683209f001eebc680062b7
DEBUG    botocore.auth:auth.py:430 Signature:
53bdc3febe3f7f0c447f35eb193ed19814d6de7a15ef451cd133000a9c985573
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142504Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=53bdc3febe3f7f0c447f35eb193ed19814d6de7a15ef451cd133000a9c985573', 'amz-sdk-invocation-id': b'99e61e34-3636-46bc-aa60-8f757e004583', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:04 GMT', 'x-amzn-requestid': 'jrOkfhUyi7yweLROe5NHfRijzapeqsCOh3Mfu0t7i8R4xEyt6ogb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142504Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142504Z
20251014/us-east-1/s3/aws4_request
d4b13f5903c4f4db043d23ea546bdd789385f1d4ea9dac6c50cb72e198982145
DEBUG    botocore.auth:auth.py:430 Signature:
e087753e947ed7a5b63644e98160290382674d0b5ee05d253924c1b8ac5628b1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142504Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e087753e947ed7a5b63644e98160290382674d0b5ee05d253924c1b8ac5628b1', 'amz-sdk-invocation-id': b'f657ba07-a082-4301-98fc-4b08b9f808d8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:04 GMT', 'x-amzn-requestid': 'xbdN8ZeK18g8MZVEwJWS20FbNfUcxAkCdB9K2O1wYwcfWvCGHpRo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 76bab13e-fcdd-4f60-a77e-33714f9e4b80, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 76bab13e-fcdd-4f60-a77e-33714f9e4b80, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 76bab13e-fcdd-4f60-a77e-33714f9e4b80, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d83bc015-4f9d-4782-b225-e30410e1e102, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d83bc015-4f9d-4782-b225-e30410e1e102, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d83bc015-4f9d-4782-b225-e30410e1e102, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142505Z
20251014/us-east-1/s3/aws4_request
1e3041b5f2d60828be119c06e8c8f5e907d4cf75473acc04e732cbd94521cff3
DEBUG    botocore.auth:auth.py:430 Signature:
22d6adf7e442319c3ac3297cb27ff3effb096660cd2ed69806b2fe4e6f0dc47a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=22d6adf7e442319c3ac3297cb27ff3effb096660cd2ed69806b2fe4e6f0dc47a', 'amz-sdk-invocation-id': b'dc3ea4df-ec58-4a4b-8a14-f46e977d8301', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:05 GMT', 'x-amzn-requestid': '8YoN8uIh9yzm6WUinszuBjpHalw4RKZQ6oD2I8sC0F9NSme0h0te', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142505Z
20251014/us-east-1/s3/aws4_request
73a6fb8f71c9c0d1a0475e205a9cb9434c905c5a48a20c2fcfff03aa2d69137b
DEBUG    botocore.auth:auth.py:430 Signature:
14fc3a616bb56305729309f6fa66ece09a540303381ff19f00931dfc15d9c7ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=14fc3a616bb56305729309f6fa66ece09a540303381ff19f00931dfc15d9c7ab', 'amz-sdk-invocation-id': b'57374970-92dc-400e-95aa-a761121fab14', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:05 GMT', 'x-amzn-requestid': 'n1KGln8Lm8ergIN4WDHYKzEivw5jq3ey9jj3dFL8yOb3x1AaGbyR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142505Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142505Z
20251014/us-east-1/s3/aws4_request
0f0a27e5d25e4d44460f31fc0f67fb5881800f32004ceea16fafae62b1a19321
DEBUG    botocore.auth:auth.py:430 Signature:
f7d1054c8013351b92bd6095a0a6a360b51e26214fc8a1971eff0e08366ef390
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142505Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7d1054c8013351b92bd6095a0a6a360b51e26214fc8a1971eff0e08366ef390', 'amz-sdk-invocation-id': b'09384c20-9c7c-4771-86bb-cffaec5754ea', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:05 GMT', 'x-amzn-requestid': 'IGLLOXGNhiKFWPUpDKp7t46COnjPnl4GbsSUssm2Ch0jmLA99Qlg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 22a387f6-f6d8-481e-b0b4-05ff9d052eb5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 22a387f6-f6d8-481e-b0b4-05ff9d052eb5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 22a387f6-f6d8-481e-b0b4-05ff9d052eb5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6577702e-f678-427b-b546-2d8c1b1cfcbb, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6577702e-f678-427b-b546-2d8c1b1cfcbb, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6577702e-f678-427b-b546-2d8c1b1cfcbb, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142507Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142507Z
20251014/us-east-1/s3/aws4_request
abd64d907458bb77857f0d23617a34c9c46b09ca31bffeee053cb2aa5363b91a
DEBUG    botocore.auth:auth.py:430 Signature:
9960365bdccfa82c524e890a1e4030d15218b8a9fd77b06727e4f3da31ffe158
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142507Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9960365bdccfa82c524e890a1e4030d15218b8a9fd77b06727e4f3da31ffe158', 'amz-sdk-invocation-id': b'd438c9a6-206e-47a8-abcd-8ba43495d48c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:07 GMT', 'x-amzn-requestid': 'tmybvcdVARgEavpT6EOdfdetMwKxGsh1aDIGI1bCR6esCsYB14cZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142507Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142507Z
20251014/us-east-1/s3/aws4_request
f6d9fce8bf47ae5266bf243bdb6530f12cfd87152731304f88c4f3235eb0d891
DEBUG    botocore.auth:auth.py:430 Signature:
f83c7141276ed6a872dff58ccc83134ddcaf24027ff7e0481ee2920584a3653d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142507Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f83c7141276ed6a872dff58ccc83134ddcaf24027ff7e0481ee2920584a3653d', 'amz-sdk-invocation-id': b'ae6d12be-2e6c-4f9c-b4c6-0b1d86234a60', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:07 GMT', 'x-amzn-requestid': 'NXPa9D8pbnVfshqKKQGPLDkTIzIKU4d1KBDpe32cRlQK2u8YWj36', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142507Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142507Z
20251014/us-east-1/s3/aws4_request
cc882312cd7d753ca4b6e5a8f7bf738921c691bbb33d229d7612599122f8199d
DEBUG    botocore.auth:auth.py:430 Signature:
8b12d3d577e1314f80f35b7ed7fdff9c88fd460b1a97e6628b5523d62b39ed8b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142507Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8b12d3d577e1314f80f35b7ed7fdff9c88fd460b1a97e6628b5523d62b39ed8b', 'amz-sdk-invocation-id': b'6d337f2a-4a35-46ab-b48d-f1ce683febf2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:07 GMT', 'x-amzn-requestid': 'akdaWCp5dezMHkxHl7EE7UhS1WzD4izBN9omKTxalSaBw6BIsvhI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a3598943-f2e4-49dd-95b3-daaf95a8308c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a3598943-f2e4-49dd-95b3-daaf95a8308c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a3598943-f2e4-49dd-95b3-daaf95a8308c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 44ba150d-d980-4227-80bf-c224503a0b95, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 44ba150d-d980-4227-80bf-c224503a0b95, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 44ba150d-d980-4227-80bf-c224503a0b95, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142509Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142509Z
20251014/us-east-1/s3/aws4_request
f07262094c40f6f12f659e77c539a443871be0262159ec7cb16c4184096bbe24
DEBUG    botocore.auth:auth.py:430 Signature:
d14f8f31584e8894670c1471738f129883af68a28c6bdfb95871588f42d9b4d8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142509Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d14f8f31584e8894670c1471738f129883af68a28c6bdfb95871588f42d9b4d8', 'amz-sdk-invocation-id': b'ec6ad0a9-144c-4a54-acac-d0875c88f1c3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:09 GMT', 'x-amzn-requestid': 'Rc5D4MF5Eh6UzKUMJvVstmfbbthPdyEOGowGzIwBBK6fwRrm6UGY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142509Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142509Z
20251014/us-east-1/s3/aws4_request
69d32ecdee5178d3eb8404699148b8e6e59ff7c6f6144ca0efe92458a13f19a8
DEBUG    botocore.auth:auth.py:430 Signature:
1333420a08ba44d0e5d450878e15b973ff635b547f74be889f0cbca74a5b40e4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142509Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1333420a08ba44d0e5d450878e15b973ff635b547f74be889f0cbca74a5b40e4', 'amz-sdk-invocation-id': b'fbe27005-16bc-44e4-8e0d-d015012caf46', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:09 GMT', 'x-amzn-requestid': 'vfZVgJ47es9dUGlvHgCmxcwUSFF3yEnbdIGce7gHWZKqeaacDvFP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142509Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142509Z
20251014/us-east-1/s3/aws4_request
33013263858b5f044543cc791fb8e56c8dc51819a7659e770eb722ed54fd5469
DEBUG    botocore.auth:auth.py:430 Signature:
4852018bdb581500042a5410a57068c74581314f831e2bbc23c899764f3ed952
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142509Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4852018bdb581500042a5410a57068c74581314f831e2bbc23c899764f3ed952', 'amz-sdk-invocation-id': b'9e26e312-5cfc-4c06-8175-0e60dfb1ad7b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:09 GMT', 'x-amzn-requestid': 'A3Dy1QeSfdvsP1x3gnqY6lvi0ByP7fIffr0tqTtFXVvNCNjcZAi5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2f0deb63-bfb2-43a6-b00a-b70d54a87a62, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2f0deb63-bfb2-43a6-b00a-b70d54a87a62, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 2f0deb63-bfb2-43a6-b00a-b70d54a87a62, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dbd4fbc8-0666-4790-b345-6efafc4a419b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dbd4fbc8-0666-4790-b345-6efafc4a419b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dbd4fbc8-0666-4790-b345-6efafc4a419b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142510Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142510Z
20251014/us-east-1/s3/aws4_request
491cb1d0ee03e4329c6de5421b2596a7d044b617f1894a3a02048037944d2231
DEBUG    botocore.auth:auth.py:430 Signature:
0cb4860487d81bf932209f96e744de7fdb6eae15c5bc17f1b4849b97f5d6ca9c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142510Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0cb4860487d81bf932209f96e744de7fdb6eae15c5bc17f1b4849b97f5d6ca9c', 'amz-sdk-invocation-id': b'c86d1aae-0947-4c0b-a389-99c6b7055f48', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:10 GMT', 'x-amzn-requestid': 'ZiE5SHVjSfU40WJjQEKjfTcoN2aAOi5GsWMJpF1FVmmaEKbNSy4s', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142510Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142510Z
20251014/us-east-1/s3/aws4_request
a3b6950bcef6a4c2ad1454027d13f473ba75a3eb162d0b4f6d26e5fbc7f8ec36
DEBUG    botocore.auth:auth.py:430 Signature:
d8a05b28d8bb72330d1dbd7413ce18e433a4c42ad4322d2d5842728d69f08b7f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142510Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d8a05b28d8bb72330d1dbd7413ce18e433a4c42ad4322d2d5842728d69f08b7f', 'amz-sdk-invocation-id': b'd33a8daf-ef03-48e8-baac-59d20087c714', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:10 GMT', 'x-amzn-requestid': 'PF7AQ31oTsB3XcY0nHfCwR1g07jVDyiOPnTI1u98gJ4Qy9HRtztS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142510Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142510Z
20251014/us-east-1/s3/aws4_request
dd9b63ce3bff257388c15f252a18f03e5fd031a52a92acf9bf4fc7d79ae107c1
DEBUG    botocore.auth:auth.py:430 Signature:
e5eda3a396586274c229d3259af42cf1033ebbf9284a4309be35a36816e687d3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142510Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e5eda3a396586274c229d3259af42cf1033ebbf9284a4309be35a36816e687d3', 'amz-sdk-invocation-id': b'495141d5-4ebb-42a8-871d-ebca47f1532e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:10 GMT', 'x-amzn-requestid': 'Ho13EP6t8ltMQhZL5FhhuMUkbgwepi4ORK3PWszitIrJNEMJPuMj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 99e1b6cf-8bf7-498d-b32c-506a9e359eff, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 99e1b6cf-8bf7-498d-b32c-506a9e359eff, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 99e1b6cf-8bf7-498d-b32c-506a9e359eff, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a1215b94-cd26-4a78-b74c-10fe45f26418, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a1215b94-cd26-4a78-b74c-10fe45f26418, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a1215b94-cd26-4a78-b74c-10fe45f26418, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142512Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142512Z
20251014/us-east-1/s3/aws4_request
92782492f3c6208771be7e4fff1cd9439c3c6a83b2f7076841ff5fec0de41785
DEBUG    botocore.auth:auth.py:430 Signature:
8d22da06b392d3a6c6a702ccfbad2ed91b25cc4dfde5fb32bdee541d584f934c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142512Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8d22da06b392d3a6c6a702ccfbad2ed91b25cc4dfde5fb32bdee541d584f934c', 'amz-sdk-invocation-id': b'f7861a93-ea4c-4c31-b8b8-5771c597cecb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:12 GMT', 'x-amzn-requestid': 'YhN8nVnU2XJkXCfNrPhWH97v6B5qYeSm6a9XmVzzOpxSvvJPDST3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142512Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142512Z
20251014/us-east-1/s3/aws4_request
c2993dfce2964d83646e08f5a8f47972453005b98103535cc61a2af84e017920
DEBUG    botocore.auth:auth.py:430 Signature:
f2395b9b04173dae3a3f8e206ee4c8818e0a08939a08873523a887bb7238afab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142512Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f2395b9b04173dae3a3f8e206ee4c8818e0a08939a08873523a887bb7238afab', 'amz-sdk-invocation-id': b'41dbbdde-9c85-4360-9587-6cc9de9d8324', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:12 GMT', 'x-amzn-requestid': 'PvHYU7yDBbhOWVv46LMEU2DMTHlrZQgtVYb2Jg9v3I4Q42xvQH8Y', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142512Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142512Z
20251014/us-east-1/s3/aws4_request
e4d97a28fc7ea34dae6625d7325a564dfb09379148f05da156ef97cf97f9799a
DEBUG    botocore.auth:auth.py:430 Signature:
c9986f34fc421d491793a7f1e716df8ef5c78dfd4f2011f5dae39b292c824bdd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142512Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9986f34fc421d491793a7f1e716df8ef5c78dfd4f2011f5dae39b292c824bdd', 'amz-sdk-invocation-id': b'2542c6a8-e2ed-4713-8a80-915016e8017a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:12 GMT', 'x-amzn-requestid': 'FEUptcrg6pquoJDtL7aa3ZBOG5QGl3l5jqRuu1XxEAf20d0Aec51', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17d78178-e780-47b6-8034-408ccf3c92b7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17d78178-e780-47b6-8034-408ccf3c92b7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 17d78178-e780-47b6-8034-408ccf3c92b7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ba1d8a20-b7d2-4686-84cd-141467453465, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ba1d8a20-b7d2-4686-84cd-141467453465, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ba1d8a20-b7d2-4686-84cd-141467453465, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142513Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142513Z
20251014/us-east-1/s3/aws4_request
f750a5dc16ee209ee9c684cb493a267aa6bdc958b187f4fe79033fab9788eee8
DEBUG    botocore.auth:auth.py:430 Signature:
78ce7cfd1df8ec584a713d1d0eddfeae0b54f15be8fc7775084e9bda079e93c1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142513Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=78ce7cfd1df8ec584a713d1d0eddfeae0b54f15be8fc7775084e9bda079e93c1', 'amz-sdk-invocation-id': b'd96672aa-e0b4-4fac-aba0-cde3faa70682', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:13 GMT', 'x-amzn-requestid': 'Puxyo0Eiz5AYpmbD4vaKuWXchMFxvMJzQLmwLsewkNa4l9nXDgvU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142513Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142513Z
20251014/us-east-1/s3/aws4_request
01dd03653a902360d017cfef46a0575caa256e020aa5f410c175c608b5bfc332
DEBUG    botocore.auth:auth.py:430 Signature:
7f8adb184a4aa92f7cfc12cd2c1f6c36c3ee003e869aa351b2fedb2c1c9e0eef
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142513Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7f8adb184a4aa92f7cfc12cd2c1f6c36c3ee003e869aa351b2fedb2c1c9e0eef', 'amz-sdk-invocation-id': b'f1d7de23-634a-45a5-bf59-8c6fbbb28d1d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:13 GMT', 'x-amzn-requestid': 'SoOOS56nul8geeG8jo9EGlEfTUPAmLAj9BKXyiWoEXDiFYm2HOBC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142513Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142513Z
20251014/us-east-1/s3/aws4_request
8eca385508b28c72d73218bd240afda880d7c7857027e67e127c2abc14d82c8c
DEBUG    botocore.auth:auth.py:430 Signature:
791ca04b0038317410437cde8ccc57f3ba0b846856fc0c5bd71dad399412eeef
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142513Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=791ca04b0038317410437cde8ccc57f3ba0b846856fc0c5bd71dad399412eeef', 'amz-sdk-invocation-id': b'8ac5f864-9bbe-4934-963e-b9ef7bebd672', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:13 GMT', 'x-amzn-requestid': 'UvP7SYNXfnzw2x7q7zTOw5x8son9VDcPow1boP4NQNLMtgNCU8Sl', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 93cb86b3-693b-43b8-96dd-b69d9162287f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 93cb86b3-693b-43b8-96dd-b69d9162287f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 93cb86b3-693b-43b8-96dd-b69d9162287f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 00e0add6-044c-4007-94e1-d091747a3507, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 00e0add6-044c-4007-94e1-d091747a3507, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 00e0add6-044c-4007-94e1-d091747a3507, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142515Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142515Z
20251014/us-east-1/s3/aws4_request
fa949e83198fc6d03c0762e54067091bf005e7874786fb1c67010b9bcc64f9d2
DEBUG    botocore.auth:auth.py:430 Signature:
ce24fb19c16ceed3f2c082cf02a7b23665e70285347e5630430382fe9b83ef7b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142515Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ce24fb19c16ceed3f2c082cf02a7b23665e70285347e5630430382fe9b83ef7b', 'amz-sdk-invocation-id': b'a5316c36-d341-4bd7-94ab-5df761020130', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:15 GMT', 'x-amzn-requestid': 'CkkG3opGudbR6yBdMWen5lcoGYx4Jg9x7f4WgbSAgFj9k53bnZw7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142515Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142515Z
20251014/us-east-1/s3/aws4_request
1f88a3b6da03a9e7f2f7525cc4a856345adc3d22e645348fdae6628b71b7c1bd
DEBUG    botocore.auth:auth.py:430 Signature:
b87260bd4296edf9e6ccc069a6d1b6351ede80864e839e4beb84bcb8c4975096
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142515Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b87260bd4296edf9e6ccc069a6d1b6351ede80864e839e4beb84bcb8c4975096', 'amz-sdk-invocation-id': b'0241dc83-dfc6-4ce0-afde-c7c8525cb119', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:15 GMT', 'x-amzn-requestid': 'pvzwhj7Zt2FSwgqxE5Y7ruKM7T6FW2Zd74TtfYrdcS9Dgkt537dT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142515Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142515Z
20251014/us-east-1/s3/aws4_request
3b6224005be955d1ff5642a60799ca6a9ef6256d08450cf356a0e55ec5df0340
DEBUG    botocore.auth:auth.py:430 Signature:
b64316ad0b4b7641aee9a5ccd9b36016c0a942795ba9bc3283abbd0b43172e4d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142515Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b64316ad0b4b7641aee9a5ccd9b36016c0a942795ba9bc3283abbd0b43172e4d', 'amz-sdk-invocation-id': b'ae71c728-4ccc-492e-86d0-9f8ce8f957c3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:15 GMT', 'x-amzn-requestid': 'OZnSnXgKca9ERVWb80rKU82t13ahF2UhlRN6jOTXqE0efsdggpZY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5d8e1ad7-a281-4719-ae66-feb10ac4f376, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5d8e1ad7-a281-4719-ae66-feb10ac4f376, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 5d8e1ad7-a281-4719-ae66-feb10ac4f376, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fab7d620-e439-444c-9fe1-bbdf7a31c452, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fab7d620-e439-444c-9fe1-bbdf7a31c452, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fab7d620-e439-444c-9fe1-bbdf7a31c452, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142517Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142517Z
20251014/us-east-1/s3/aws4_request
092764e0118ba755d0156506bf0b0150ef73b266bc6165e7ee1f3dac676cd7a7
DEBUG    botocore.auth:auth.py:430 Signature:
7530afd76b6fec1fa4a9839a648b53e8f2f6420d7343e49abc15275c3dd8d1e3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142517Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7530afd76b6fec1fa4a9839a648b53e8f2f6420d7343e49abc15275c3dd8d1e3', 'amz-sdk-invocation-id': b'9bc9cfa0-1c58-4b68-8076-d3e0f25c2a17', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:17 GMT', 'x-amzn-requestid': 'HYtZrqXJGlVULBHlfQaKzNvvkjbkKbHUYPhmQTRwSAwOMaA0wHn1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142517Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142517Z
20251014/us-east-1/s3/aws4_request
952cc34ff9a53d0b7cc4d7e690b74b8f6402c7e2687942c872943e58f903a4b2
DEBUG    botocore.auth:auth.py:430 Signature:
19d1195e19a16fd8f3e6f5427b768e715dd2d4921f15b3e414ae6bf439f353cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142517Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=19d1195e19a16fd8f3e6f5427b768e715dd2d4921f15b3e414ae6bf439f353cd', 'amz-sdk-invocation-id': b'b146b7be-aa34-4cf2-a80f-c79183f30b71', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:17 GMT', 'x-amzn-requestid': 'a6XbDAOdm80esOL3JOQ1uqsmqxsbZXBJ2BkSzS9EAWLtxIsXdzfj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142517Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142517Z
20251014/us-east-1/s3/aws4_request
033163db36ed2cd85773107f1b73d067126ab9489ae1f02a6105b3d6c191ce62
DEBUG    botocore.auth:auth.py:430 Signature:
b355eca7d62c772485efa2b3ba58ecce4fdb5a27a404d760326d08189b8c3952
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142517Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b355eca7d62c772485efa2b3ba58ecce4fdb5a27a404d760326d08189b8c3952', 'amz-sdk-invocation-id': b'd8ade9fd-a83c-4a96-8cec-66456beca955', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:17 GMT', 'x-amzn-requestid': 'w41AVhQpOdZFTvdG94dgCo7Thkyo8pWyt01gPt0Bs2Dfc4WtpSUd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 388617b5-fb79-436a-83b6-3d6accedeea6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 388617b5-fb79-436a-83b6-3d6accedeea6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 388617b5-fb79-436a-83b6-3d6accedeea6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ca51568f-61be-449f-9b83-f710ce9302d3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ca51568f-61be-449f-9b83-f710ce9302d3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ca51568f-61be-449f-9b83-f710ce9302d3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142518Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142518Z
20251014/us-east-1/s3/aws4_request
607b1a1945cd2e012ab1a1142c38f9c1f97174bb30d6645b26d548708c9d9c23
DEBUG    botocore.auth:auth.py:430 Signature:
ad704a0c89291ac8da8e0a7ba0839942715d83cb783aad150c7b7cbef61b86b4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142518Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ad704a0c89291ac8da8e0a7ba0839942715d83cb783aad150c7b7cbef61b86b4', 'amz-sdk-invocation-id': b'b03828fb-bceb-464b-ab60-82fad3e63d62', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:18 GMT', 'x-amzn-requestid': '7wjVdQpcAHo6UQ4KImH9BCsOz53fDLca64IfzFFJSo051UHVmk4e', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142518Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142518Z
20251014/us-east-1/s3/aws4_request
64f11fe8d34757e26c86f84f08ae4ce48361cada511c90580d937ed9dbeece13
DEBUG    botocore.auth:auth.py:430 Signature:
386b80998f0b092a44ad9603361fc9bb68a5cf6c2acc7413a658f2569136d097
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142518Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=386b80998f0b092a44ad9603361fc9bb68a5cf6c2acc7413a658f2569136d097', 'amz-sdk-invocation-id': b'a2a76b17-dd63-4b6b-826d-e7241534fb92', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:18 GMT', 'x-amzn-requestid': '1KljGKmt2VMzDnZTwJlcAPV5bhV3DZqJKiIIMA5QvLvJUwvSfBPP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142518Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142518Z
20251014/us-east-1/s3/aws4_request
801f2686865446146fcd222187cf00764cb792d8493390eae026286712e6bd2c
DEBUG    botocore.auth:auth.py:430 Signature:
90f2b6b6dc0c419fd6cb7c8c529579b21348fd67d95b4a082a5aa6b9f01b3ba4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142518Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=90f2b6b6dc0c419fd6cb7c8c529579b21348fd67d95b4a082a5aa6b9f01b3ba4', 'amz-sdk-invocation-id': b'35fe1b30-0501-487c-b7a5-96f3578a227d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:18 GMT', 'x-amzn-requestid': 'YOyXjgawMvZniq7XVQvJYVUGEne7qjy1xrYBS3oPhxeOxPChzNaW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ffbd6b57-0ae0-4504-9f64-eab29d30479e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ffbd6b57-0ae0-4504-9f64-eab29d30479e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ffbd6b57-0ae0-4504-9f64-eab29d30479e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fd64f2b4-7e31-4eb6-aafd-98722dc16e29, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fd64f2b4-7e31-4eb6-aafd-98722dc16e29, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, fd64f2b4-7e31-4eb6-aafd-98722dc16e29, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142520Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142520Z
20251014/us-east-1/s3/aws4_request
e9202856c5f20a26decda080096679369eff05d66930e8568e094c2127466d23
DEBUG    botocore.auth:auth.py:430 Signature:
bb5d3bc5576ab4a874a7123b3515eace9a7e7a47a2674e68587f846fe6499783
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142520Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bb5d3bc5576ab4a874a7123b3515eace9a7e7a47a2674e68587f846fe6499783', 'amz-sdk-invocation-id': b'8f0ab771-19f8-4ad2-9d27-53eb96a9cc5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:20 GMT', 'x-amzn-requestid': 'h40s5le9pRBmOmlNWAMeu0FRmFlVrg8BxyIfUuf6oCt0rcHqGcpg', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142520Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142520Z
20251014/us-east-1/s3/aws4_request
d14b6e66fc6aef16a5c2a908a18fd3f912b1ca3311264f2fe8c3fe8629b874ce
DEBUG    botocore.auth:auth.py:430 Signature:
a7322c97a6662d7287f8bf9848b14e652ba5a49bc129105dad5c1de5f31aee22
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142520Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a7322c97a6662d7287f8bf9848b14e652ba5a49bc129105dad5c1de5f31aee22', 'amz-sdk-invocation-id': b'9cefcccb-a2d4-4ddd-be95-125bcc209ec1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:20 GMT', 'x-amzn-requestid': 'gaWPMdbHwvgUmjPckX2tjnHS2XfFL69NqHZBIqZwxUxm6rwM2vUt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142520Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142520Z
20251014/us-east-1/s3/aws4_request
7d99e0048022826a2b2e7b21c97df96fc0b11c2937eb7f1b6b33ebf27fbe8f33
DEBUG    botocore.auth:auth.py:430 Signature:
282a5dcf7cb41e0b4b75f29f286f33e165ff9973915a4fab8cc0b43ca10f9a19
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142520Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=282a5dcf7cb41e0b4b75f29f286f33e165ff9973915a4fab8cc0b43ca10f9a19', 'amz-sdk-invocation-id': b'4a77e12d-a54f-45b3-b19b-7e2b381202c4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:20 GMT', 'x-amzn-requestid': 'TTS93UCfdhfUxkgnZqsHz9iDizx7osD8SflhkQRdSPcTr0HMGEDy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 12935914-3c40-4733-ab13-c2331e800e7f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 12935914-3c40-4733-ab13-c2331e800e7f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 12935914-3c40-4733-ab13-c2331e800e7f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4af03d9b-c3b9-4f30-bfbc-f06c8ea79c7c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4af03d9b-c3b9-4f30-bfbc-f06c8ea79c7c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4af03d9b-c3b9-4f30-bfbc-f06c8ea79c7c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142522Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142522Z
20251014/us-east-1/s3/aws4_request
438d8ce13ff22d489ed8b9d9a1334d51ff1c36f7854c8630958356e448a6aa25
DEBUG    botocore.auth:auth.py:430 Signature:
c1a547c643723175f170f32d47abcad1c505a9188dcae431baf4126804f0c071
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142522Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c1a547c643723175f170f32d47abcad1c505a9188dcae431baf4126804f0c071', 'amz-sdk-invocation-id': b'ac8bc671-8469-4fdc-89fd-39a11c99ecc2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:22 GMT', 'x-amzn-requestid': 'ioRHV7bw3ZSqTQcz8fSTXpTxsfDQWHfXUS9mbPP5MLxpBZBVYopp', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142522Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142522Z
20251014/us-east-1/s3/aws4_request
58d21bae61f3b12d4b2e002622e1aef7d5e4cb168db2a5ef43a879deef5b7e35
DEBUG    botocore.auth:auth.py:430 Signature:
56833d45f36af5cb605640da8c0b8b204c3a566134883facb7cde19b83b1e6dd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142522Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=56833d45f36af5cb605640da8c0b8b204c3a566134883facb7cde19b83b1e6dd', 'amz-sdk-invocation-id': b'e7860a91-b403-44c0-b6a4-5eb891500793', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:22 GMT', 'x-amzn-requestid': 'VM0vSA13Y7XHzx2NlvyWO3wgK30MKo1rPeGZplibnuKAVVZiZmSz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142522Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142522Z
20251014/us-east-1/s3/aws4_request
93f56c36f0c871f5ebf0540cbdada7f1124fc8983e34110f2218684e49e41c89
DEBUG    botocore.auth:auth.py:430 Signature:
eaf83fff4d5da18ffa320421d21e43d05083eb625b40daf3a8c9d663bb9dcbf6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142522Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eaf83fff4d5da18ffa320421d21e43d05083eb625b40daf3a8c9d663bb9dcbf6', 'amz-sdk-invocation-id': b'26d2b81b-751f-418b-8a86-61881eee81be', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:22 GMT', 'x-amzn-requestid': 'tbNWlXQAu8jbndt6Oc4QSEJLJ2pJQyufamS9hb5HalY4YUAYHpAR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9f5e97fd-8bd9-4990-aac9-1c9d311849d8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9f5e97fd-8bd9-4990-aac9-1c9d311849d8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 9f5e97fd-8bd9-4990-aac9-1c9d311849d8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b2842e78-e52c-4d5e-8a97-2918aa2c9475, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b2842e78-e52c-4d5e-8a97-2918aa2c9475, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b2842e78-e52c-4d5e-8a97-2918aa2c9475, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142523Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142523Z
20251014/us-east-1/s3/aws4_request
4afde10f8761fbf9ecbe6f7ad15e5b42b3afcded7c9fb0cc72ff6cc1f7542553
DEBUG    botocore.auth:auth.py:430 Signature:
5afe4015bce11f67eca66a3318d25edc10772561418fabb664d32434599db780
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142523Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5afe4015bce11f67eca66a3318d25edc10772561418fabb664d32434599db780', 'amz-sdk-invocation-id': b'b2c6e405-740c-49f1-bdbb-887c139e14f1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:23 GMT', 'x-amzn-requestid': 'EoWAhPjBss1KmvXid1t0Tq40hXt1269sdnFPD50pXcwLnfuBu5fM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142523Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142523Z
20251014/us-east-1/s3/aws4_request
0f04c88d90ca631a0fd5256b453fe6222c86f4c858d7b4a72b8093cffe35fd05
DEBUG    botocore.auth:auth.py:430 Signature:
4c2c75d4c5bb3c9ea18dd1166a39b64c70dd8d0374c3b3af2dba2a91d8b32e37
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142523Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c2c75d4c5bb3c9ea18dd1166a39b64c70dd8d0374c3b3af2dba2a91d8b32e37', 'amz-sdk-invocation-id': b'69f9d07e-5186-42a4-8cb4-97053959cc81', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:23 GMT', 'x-amzn-requestid': '3hcXroW89T1XdFc2neo6f7YhWvGcqwae2Bix7bOk5UuQYEQpwZrC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142523Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142523Z
20251014/us-east-1/s3/aws4_request
72dc4ef485a06a97974c627afb69916d36b36fd745787128291b22540b6b1a65
DEBUG    botocore.auth:auth.py:430 Signature:
cf28704ea7f3bc1608d018fdac427a01a393bad1d80d68dc9980b7eaff3a47d3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142523Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cf28704ea7f3bc1608d018fdac427a01a393bad1d80d68dc9980b7eaff3a47d3', 'amz-sdk-invocation-id': b'd5a5dbeb-f0cf-4cad-85ed-132e0fb6223d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:23 GMT', 'x-amzn-requestid': 'xUbIPIROJYEvthTAce79CY3y8aXchMtihzLFYUzUG5oib1tEUiSy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7baf136c-c76f-49d7-9b5a-e0eb16934e6e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7baf136c-c76f-49d7-9b5a-e0eb16934e6e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 7baf136c-c76f-49d7-9b5a-e0eb16934e6e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f0da89cf-14ad-41f4-89de-cdfa799c3514, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f0da89cf-14ad-41f4-89de-cdfa799c3514, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f0da89cf-14ad-41f4-89de-cdfa799c3514, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142525Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142525Z
20251014/us-east-1/s3/aws4_request
a11244951a46e98f67895ee7c07a05e4aa459a48e762c965825e7bb2c50a04af
DEBUG    botocore.auth:auth.py:430 Signature:
063b74bea86177f452d70e2d9e88b3ebc030fdd391fe8a1ea002d717c13035ac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142525Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=063b74bea86177f452d70e2d9e88b3ebc030fdd391fe8a1ea002d717c13035ac', 'amz-sdk-invocation-id': b'f64e4f80-9516-4a50-9e95-09b8470e1c97', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:25 GMT', 'x-amzn-requestid': 'rdjLvXym2EXW8yiLsPd9m1mDT5sUGni6VV1FXlppsPZ4dzK0uw5P', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142525Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142525Z
20251014/us-east-1/s3/aws4_request
053f519b39cf0795dce0a97fcd4643988509cb94d07081e7ab91c39e535c39b3
DEBUG    botocore.auth:auth.py:430 Signature:
f51ae6917861ec9882ebe31adf867cd5af904f75c70d411013f4f5729fa3a075
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142525Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f51ae6917861ec9882ebe31adf867cd5af904f75c70d411013f4f5729fa3a075', 'amz-sdk-invocation-id': b'5a5c920d-b538-4777-a9f7-77849cb05c29', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:25 GMT', 'x-amzn-requestid': 'tH4Myzxjms2gCHvnNqoIZvuEwM60ME1YpTLX9mAVM8IhDY3zWPUy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142525Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142525Z
20251014/us-east-1/s3/aws4_request
daafa3a3d4aa21e268d204b06fae88b5ae9828127cf9a4c8688fc66aa5f717d7
DEBUG    botocore.auth:auth.py:430 Signature:
660b20facc0ca06fef4aec9ce353f2ac5a9e63f5b08f98131c33cc2257d4c17f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142525Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=660b20facc0ca06fef4aec9ce353f2ac5a9e63f5b08f98131c33cc2257d4c17f', 'amz-sdk-invocation-id': b'60e310d7-da5c-4205-9c63-6d36742495c5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:25 GMT', 'x-amzn-requestid': 'N42TbZALeXlI48ngYhpWrtTxnGZDfw2dMCKBlE35bEHfceBUaaQY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f04493bf-b151-434f-8b77-679d42637bfd, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f04493bf-b151-434f-8b77-679d42637bfd, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, f04493bf-b151-434f-8b77-679d42637bfd, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d47db654-2d2a-4943-bb36-4a500b1c2330, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d47db654-2d2a-4943-bb36-4a500b1c2330, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, d47db654-2d2a-4943-bb36-4a500b1c2330, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142527Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142527Z
20251014/us-east-1/s3/aws4_request
e7f3868783737ed2858da6d39771ddcab532432e9a335b8032e179e1a45befc6
DEBUG    botocore.auth:auth.py:430 Signature:
299612bc98224efee8e9102d3db8ea920620a5d28ef35a0a97b308a65fc4ae90
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142527Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=299612bc98224efee8e9102d3db8ea920620a5d28ef35a0a97b308a65fc4ae90', 'amz-sdk-invocation-id': b'82180104-3ea9-4cf5-bf63-0b0008f91b6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:27 GMT', 'x-amzn-requestid': 'RlOWq8bLgBPFOokMpocuPck1QiTABRA18ZIaEY2LdLiIArYryabh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142527Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142527Z
20251014/us-east-1/s3/aws4_request
a8eed3ec15e8114e5ad89d06919fecd87e65e856a4f79dac7aec762169d633a8
DEBUG    botocore.auth:auth.py:430 Signature:
7e04029fcd610afafd7649b9d2e0700db62731993f6f4e22210f8fecb8cedd72
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142527Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e04029fcd610afafd7649b9d2e0700db62731993f6f4e22210f8fecb8cedd72', 'amz-sdk-invocation-id': b'025cfb7f-b97f-4acb-a627-c984071d1f98', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:27 GMT', 'x-amzn-requestid': 'Jw01FlRQOIRqglGVhjFrGXyCeq70mFxdPjG5wbWwo6FeUAVFEHeD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142527Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142527Z
20251014/us-east-1/s3/aws4_request
21b4130bf82e7725bc8c3dae2861dab835ab026a860ce1f69d14eb8120c1b27e
DEBUG    botocore.auth:auth.py:430 Signature:
33da8ee6e3363dabfe9fc1b58fe519b220a43be767049f0a633688529a6f272d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142527Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=33da8ee6e3363dabfe9fc1b58fe519b220a43be767049f0a633688529a6f272d', 'amz-sdk-invocation-id': b'8d9ea73c-e3cc-482a-b26a-a6a362032815', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:27 GMT', 'x-amzn-requestid': 'szFy9YVTN01diwNFkavqHU3kWXjLarO1vJRMsQfMCbwv9UMTLICi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4f511ac9-0102-4fb4-a074-587c52c6fae3, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4f511ac9-0102-4fb4-a074-587c52c6fae3, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4f511ac9-0102-4fb4-a074-587c52c6fae3, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 08e10c7e-78d1-4125-ac39-90310400c74b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 08e10c7e-78d1-4125-ac39-90310400c74b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 08e10c7e-78d1-4125-ac39-90310400c74b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142529Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142529Z
20251014/us-east-1/s3/aws4_request
05c244fcb7e55acb944247a7dde9e9e9ef97146b66027e7a8c1f142f5b2dda89
DEBUG    botocore.auth:auth.py:430 Signature:
66e09bab7fe067873847c4d78e97397db05c1e9602c958f2b4a64136e1dcd7fe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142529Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=66e09bab7fe067873847c4d78e97397db05c1e9602c958f2b4a64136e1dcd7fe', 'amz-sdk-invocation-id': b'e2106446-40b9-47b9-a88c-a89d06c64e5c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:29 GMT', 'x-amzn-requestid': 'bVlx1kbITd86LKGl7y9wGEWyOEST1ZcrheIYIUeQwU2j5DVrWtxw', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142529Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142529Z
20251014/us-east-1/s3/aws4_request
216f290ba59a31f0d548aba4c89a88c3f656dba7438246aa6964bf86d4ba718b
DEBUG    botocore.auth:auth.py:430 Signature:
e9dc6ab80d78e8a7faf9fe2b00e0cb0dd10fc103c2e93ff79c5504a88ebdfcde
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142529Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e9dc6ab80d78e8a7faf9fe2b00e0cb0dd10fc103c2e93ff79c5504a88ebdfcde', 'amz-sdk-invocation-id': b'9f6af6c0-e93f-4268-97ab-2ad02a0b3804', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:29 GMT', 'x-amzn-requestid': 'VayfCVeTJcbIzOOtGFdKeNk98kRPxmC8EMhRgl7oxYHuTs1jy8c3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142529Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142529Z
20251014/us-east-1/s3/aws4_request
32765510d3d855fa683404b9d5cbfefc76c9fdc2116c926b236c7eb385885d3b
DEBUG    botocore.auth:auth.py:430 Signature:
9bf70d95fff8fa17c6a086f91477834fd7d9a7eb664dfcf515de8ee5178a92e2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142529Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9bf70d95fff8fa17c6a086f91477834fd7d9a7eb664dfcf515de8ee5178a92e2', 'amz-sdk-invocation-id': b'7ff5a953-cad1-45fd-a5c3-8f96011d9251', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:29 GMT', 'x-amzn-requestid': 'T9NT7ezDsYomiHpEb7qgHJNQmWx6quUNa6mSa7fwntob0ehGDSLZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88b76935-d8d7-4023-bf3f-bcf08a6b539a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88b76935-d8d7-4023-bf3f-bcf08a6b539a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 88b76935-d8d7-4023-bf3f-bcf08a6b539a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4514e5e7-c93f-4ae5-a237-d196cb999c56, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4514e5e7-c93f-4ae5-a237-d196cb999c56, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4514e5e7-c93f-4ae5-a237-d196cb999c56, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142531Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142531Z
20251014/us-east-1/s3/aws4_request
d041949643e263f5936b14e7f976cd2d76994c3d64821c142296a834e143ddf7
DEBUG    botocore.auth:auth.py:430 Signature:
0819910486bd9f6929af7070eeeab8aa9c1ed0ca3ddfb6b0667e9007ed21c145
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142531Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0819910486bd9f6929af7070eeeab8aa9c1ed0ca3ddfb6b0667e9007ed21c145', 'amz-sdk-invocation-id': b'bd10c168-2e0a-4139-ae63-71910abd20de', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:31 GMT', 'x-amzn-requestid': 's29XKFGbXYpSPOx3erQJxi7877VylOiQPoFEfuF2rdusipTzNNWv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142531Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142531Z
20251014/us-east-1/s3/aws4_request
75508547053b1105402519649027955f3cefdb65cf992df5cb8c76d0f01713d8
DEBUG    botocore.auth:auth.py:430 Signature:
0f53644617a85d8b8da563e09cdcb8f649c72f45a655f84f0c5319594aa4030e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142531Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0f53644617a85d8b8da563e09cdcb8f649c72f45a655f84f0c5319594aa4030e', 'amz-sdk-invocation-id': b'f8f09c24-08de-4ea6-863b-68f911aad9d5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:31 GMT', 'x-amzn-requestid': 'nxiVqTuHVmp33FnTQrgnzT6QGPluLDh1bQTCNd0jKkYp75cFrZml', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142531Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142531Z
20251014/us-east-1/s3/aws4_request
7d2af71650e21586d65acaba88a32511afa209ace8e663581093a4f39e2bca8d
DEBUG    botocore.auth:auth.py:430 Signature:
d45d96208f84e9317156eafb5d722cc5969bb8696c55e5d09f055b39098dc9d3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142531Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d45d96208f84e9317156eafb5d722cc5969bb8696c55e5d09f055b39098dc9d3', 'amz-sdk-invocation-id': b'bf4adf74-59a6-46e8-ab3f-9d70ede4e215', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:31 GMT', 'x-amzn-requestid': 'uQh1rrU0Ho7oNQF2RRqDBfskh6amq3K8qv7b75FE4YD7YuKQwynd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e6c0d5c0-5964-41dd-9d57-a1a278d294d9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e6c0d5c0-5964-41dd-9d57-a1a278d294d9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e6c0d5c0-5964-41dd-9d57-a1a278d294d9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 79c60e88-e301-4f6c-adef-4547c00bde57, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 79c60e88-e301-4f6c-adef-4547c00bde57, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 79c60e88-e301-4f6c-adef-4547c00bde57, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142533Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142533Z
20251014/us-east-1/s3/aws4_request
a2e5620b253f067caab636b34b9034d525c0003d45baf81da92defc0adb5d211
DEBUG    botocore.auth:auth.py:430 Signature:
2cb275a5621c875f1547787978caa584a1258125821d2df19705d88b92cd6f7d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142533Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2cb275a5621c875f1547787978caa584a1258125821d2df19705d88b92cd6f7d', 'amz-sdk-invocation-id': b'93567037-1f9b-4cb4-8965-7675707c8f14', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:33 GMT', 'x-amzn-requestid': 'dk5bJPH33ycfYl858IKajluBF0PAudTKyfmve2bTIXdA7q2sdnxK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142533Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142533Z
20251014/us-east-1/s3/aws4_request
3aa6dabd0952de2a68cf57965f5334f2f7de7a25c9c8afc9f965c86b70024b6e
DEBUG    botocore.auth:auth.py:430 Signature:
1ceaa87691bd3990396bfcfc33a9e4aed93c6a05541c1d3515239c4aeaa60f37
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142533Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1ceaa87691bd3990396bfcfc33a9e4aed93c6a05541c1d3515239c4aeaa60f37', 'amz-sdk-invocation-id': b'0aa9ec4f-0a48-47df-bd30-c5c373bce656', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:33 GMT', 'x-amzn-requestid': 'hJDg11gWlf6UWURxumYeCDDVSUlyxmpACaOK38xW9eh6GucEfw8m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142533Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142533Z
20251014/us-east-1/s3/aws4_request
45b97c47b31fccb4846ed8c65f9a0d7281db625eb1e523dc08fb8e5cffbdbcac
DEBUG    botocore.auth:auth.py:430 Signature:
f73b6ae22d7323068d2bd589c5de0b9ada809078508338897c5d639d837a86cb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142533Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f73b6ae22d7323068d2bd589c5de0b9ada809078508338897c5d639d837a86cb', 'amz-sdk-invocation-id': b'97faabc6-235d-42f3-8944-db75acd96b5c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:33 GMT', 'x-amzn-requestid': 'GlxF2lvFnH8DkavK8ZhmElsgPZwNntz1zHuXlMTOXJ3I7rHbPHxz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4b345cb6-ff9d-4a70-9392-1e15d40c2837, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4b345cb6-ff9d-4a70-9392-1e15d40c2837, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4b345cb6-ff9d-4a70-9392-1e15d40c2837, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dca8fad4-24a5-4d7c-b426-99f7bbf09e5f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dca8fad4-24a5-4d7c-b426-99f7bbf09e5f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dca8fad4-24a5-4d7c-b426-99f7bbf09e5f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142534Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142534Z
20251014/us-east-1/s3/aws4_request
e661c4cc6b4f812d73f971723479a2dfe2f77f17bbe4c874aa55473e9f343a0b
DEBUG    botocore.auth:auth.py:430 Signature:
71be9998f9458b219c80976506e6eeb08ecc6348ad1c591cb6e320cc2f6b05e8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142534Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=71be9998f9458b219c80976506e6eeb08ecc6348ad1c591cb6e320cc2f6b05e8', 'amz-sdk-invocation-id': b'9e7a01ea-d052-4cbc-a084-4f05fcea0a77', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:34 GMT', 'x-amzn-requestid': '04ygXX85yA0gU6alvkMzgt5iRoUG9kYwjOiZV5bs1NkrvJ6hI67o', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142534Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142534Z
20251014/us-east-1/s3/aws4_request
bbbb33159e4806ac8011a7f53c3a991834c9b254fb32d67d625fa8ed1fa58e4e
DEBUG    botocore.auth:auth.py:430 Signature:
ec3fb7a3cccf191c383d773208f469219210e67e408a9811bc7175d5f0b0add3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142534Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ec3fb7a3cccf191c383d773208f469219210e67e408a9811bc7175d5f0b0add3', 'amz-sdk-invocation-id': b'cfdc83f2-dd86-4071-b135-2570281bc794', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:34 GMT', 'x-amzn-requestid': 'LeMRvFphzUFVBN9Zvp0eVPLoxdzWEgyy0aa4Crdp9pT9g4xSHLpa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142534Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142534Z
20251014/us-east-1/s3/aws4_request
69b836d014430c5b2c501561ac29d79f15bc792ab842d5e894f81a00b79c8dcf
DEBUG    botocore.auth:auth.py:430 Signature:
b1d6baba9cdcc9e856d009126f1b87bf754d37795d2537f365d242f6313b0ec9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142534Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b1d6baba9cdcc9e856d009126f1b87bf754d37795d2537f365d242f6313b0ec9', 'amz-sdk-invocation-id': b'2d05a780-1c85-45b2-acfa-2c2860a0c2c7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:34 GMT', 'x-amzn-requestid': 'ukGYUQoDBvtQHdrjYTXHPEgaR2eMEznec6R2cV8ZCDu83rHq5cX1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a04d5b10-7902-4e05-bf78-102b50e0e6f1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a04d5b10-7902-4e05-bf78-102b50e0e6f1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, a04d5b10-7902-4e05-bf78-102b50e0e6f1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c83cfb90-434c-4c90-80a9-5f4db79a947d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c83cfb90-434c-4c90-80a9-5f4db79a947d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c83cfb90-434c-4c90-80a9-5f4db79a947d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142536Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142536Z
20251014/us-east-1/s3/aws4_request
bffecdc5e99c2a33aeab310c860b3e0446e4a5fe6c8e4ef6fa8518be32f82340
DEBUG    botocore.auth:auth.py:430 Signature:
ba3dac5bffc07cd755f0ae8ad1066c0f9c684818043359989f718ce846838998
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142536Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba3dac5bffc07cd755f0ae8ad1066c0f9c684818043359989f718ce846838998', 'amz-sdk-invocation-id': b'a6962da5-1462-4402-91d9-e23d0ab1910e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:36 GMT', 'x-amzn-requestid': 'jNaQE8IY75HCH57s6fq0UZBP96fXIWzPP37VGvkjgHzLRnCZDuhL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142536Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142536Z
20251014/us-east-1/s3/aws4_request
7863d19e5bb7da519da160379e823fe91e588974244e64f700603e9c2ec394d7
DEBUG    botocore.auth:auth.py:430 Signature:
f54e29946087ffeb2a9efa3b33eecd0821722933abb002c52b993fb830fca004
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142536Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f54e29946087ffeb2a9efa3b33eecd0821722933abb002c52b993fb830fca004', 'amz-sdk-invocation-id': b'11a7fa75-f3f1-4c42-b7b9-9e797c471f44', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:36 GMT', 'x-amzn-requestid': 'fELNUMRmEVlJHQHpdw9wNk2kBBURh7JP7xFtBt3JbOLvvRQ5IzgX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142536Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142536Z
20251014/us-east-1/s3/aws4_request
10aa12212a20c6492c17648c8428eb15853b6ef48fd1a2eeb81f2b53d95fedb0
DEBUG    botocore.auth:auth.py:430 Signature:
368ec058587205ee33710c1cbce7e0dbd2a3f611e1c0acc7a6a93bd326b00e34
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142536Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=368ec058587205ee33710c1cbce7e0dbd2a3f611e1c0acc7a6a93bd326b00e34', 'amz-sdk-invocation-id': b'1bcdd834-dc6e-44c3-ae7a-0c956922d15a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:36 GMT', 'x-amzn-requestid': 'MfzLJRo1OjxAH3j7NrWP07SiVkNRy4qh8ucMYopJeOgFZg2K39Im', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 07041347-f580-46f7-b0d7-4ba718ad5d95, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 07041347-f580-46f7-b0d7-4ba718ad5d95, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 07041347-f580-46f7-b0d7-4ba718ad5d95, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3c56061e-a054-4ec6-95ae-94ab5c276819, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3c56061e-a054-4ec6-95ae-94ab5c276819, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3c56061e-a054-4ec6-95ae-94ab5c276819, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
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, 0c3da28b-1245-4cee-86b7-cace55b09b6f, localhost:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 0c3da28b-1245-4cee-86b7-cace55b09b6f, localhost:10409): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 0c3da28b-1245-4cee-86b7-cace55b09b6f, localhost:10409): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-kdq5kompc4.auto.internal" port: 10409 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-kdq5kompc4.auto.internal:10409, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:10409
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142538Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142538Z
20251014/us-east-1/s3/aws4_request
707f90fd60e49d4061aee006b3d8c7c2f44a55da0b1090ea2ffd90328dac1994
DEBUG    botocore.auth:auth.py:430 Signature:
1c295b70eeadbd84424950011e18958cbd86cd5411ecdbb0741193d84e29a1ed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142538Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1c295b70eeadbd84424950011e18958cbd86cd5411ecdbb0741193d84e29a1ed', 'amz-sdk-invocation-id': b'b76977ec-ed05-499e-9da3-61af6764d271', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:38 GMT', 'x-amzn-requestid': '5wbhbFTo7uwcM22kdojrRAwpyb8hA4lL81pVHjNiGeaKwQ1NoLTE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142538Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142538Z
20251014/us-east-1/s3/aws4_request
0a100ca0594bc43b5f3aee74658642d089d75841e5619dcc8bb39a45fdfc34b3
DEBUG    botocore.auth:auth.py:430 Signature:
c9d2d7aa0cdb7aba0c08f0204007c366c622c94b082696950233c93be6a1624c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142538Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9d2d7aa0cdb7aba0c08f0204007c366c622c94b082696950233c93be6a1624c', 'amz-sdk-invocation-id': b'4bc7a27b-52be-4e1c-b30e-0950e3036c7c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:38 GMT', 'x-amzn-requestid': 'notYJli0XMdp9VdwGyHVFSQ8R0nL6p4nMUoQWDgVHqI8q5Fxu5dU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142538Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142538Z
20251014/us-east-1/s3/aws4_request
58f489d476ea87b5e418b0ca8a551ad396ccc5040dcab91530113265512c914b
DEBUG    botocore.auth:auth.py:430 Signature:
cafe443928b6270e96ea287745d6f25418c5a151b99ae974a2332748654eee8c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142538Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cafe443928b6270e96ea287745d6f25418c5a151b99ae974a2332748654eee8c', 'amz-sdk-invocation-id': b'd0c255c6-c209-447b-9258-cd26d6d13f0d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:38 GMT', 'x-amzn-requestid': 'fohHYOEnvjxbAtvCg9ejUIV1CG12drgslL55HVPDctVxVxfeADLb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 15370b9e-03dc-4ae3-a4a4-131d8e0d3a0c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 15370b9e-03dc-4ae3-a4a4-131d8e0d3a0c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 15370b9e-03dc-4ae3-a4a4-131d8e0d3a0c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1a9e4831-6373-43b0-af61-60d2f40148d9, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1a9e4831-6373-43b0-af61-60d2f40148d9, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1a9e4831-6373-43b0-af61-60d2f40148d9, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142539Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142539Z
20251014/us-east-1/s3/aws4_request
b5ccd6f163f846758f02b041af828b7e7b5bac65c1c43a340b854f0d34fdecbb
DEBUG    botocore.auth:auth.py:430 Signature:
1174f952583e6fad80d048de26481cb15a2710beb07ac01ee8969b31f089b078
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142539Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1174f952583e6fad80d048de26481cb15a2710beb07ac01ee8969b31f089b078', 'amz-sdk-invocation-id': b'996f2d3d-995a-4f9c-a84d-30b44ba0af3f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:39 GMT', 'x-amzn-requestid': 't4idKbyWS0vhCWo4hfhuU4KEWvowKdDZvxj3Ox1yoULoylCeR7Q9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142539Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142539Z
20251014/us-east-1/s3/aws4_request
ca4c16d1966b66cfdf231c3e72d1b5b16a5f7921fb4057b64c5b753ed2e55429
DEBUG    botocore.auth:auth.py:430 Signature:
7cae4de2455ebae2f34d129a5e9805e17aabfc91b2c30b6b520ec170da3e4687
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142539Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7cae4de2455ebae2f34d129a5e9805e17aabfc91b2c30b6b520ec170da3e4687', 'amz-sdk-invocation-id': b'57cba810-87b3-4664-b86a-a15fa016bf71', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:39 GMT', 'x-amzn-requestid': 'T7RRoTrvqfwajr9bNTdC0sf8SXsyM1V69VUOGP477e78TOQ3fZt6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142539Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142539Z
20251014/us-east-1/s3/aws4_request
62298e6aeaf44aa36391268d300783f6ea77cdbf7c840517463a3d315ce35624
DEBUG    botocore.auth:auth.py:430 Signature:
f2a7fd7a3c53d48cdc9d6e074f1d08aa01583dc8a01d0f9221c0cfa89c6f066b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142539Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f2a7fd7a3c53d48cdc9d6e074f1d08aa01583dc8a01d0f9221c0cfa89c6f066b', 'amz-sdk-invocation-id': b'266819f6-dffe-4d76-aa2c-76a4bcd0119c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:39 GMT', 'x-amzn-requestid': 'H4NPMshZWoxZMBd1Ev5rVjDqvH4aOu8EtESapp1FwLqIAcvWCJUs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3291fe9f-16b7-4e3c-88bf-f856e6c2e41d, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3291fe9f-16b7-4e3c-88bf-f856e6c2e41d, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 3291fe9f-16b7-4e3c-88bf-f856e6c2e41d, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eb43afe7-7484-46ba-9f00-672510a8a29b, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eb43afe7-7484-46ba-9f00-672510a8a29b, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, eb43afe7-7484-46ba-9f00-672510a8a29b, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142541Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142541Z
20251014/us-east-1/s3/aws4_request
d9a2344f9d16c4c1fa80ec36fafbe3acfcb827fd2e71fda5511f72b374220548
DEBUG    botocore.auth:auth.py:430 Signature:
1a5de638a03b4d72a54eba96445d22e3ea8bd023a03b4878c80556eea69c70ed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142541Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1a5de638a03b4d72a54eba96445d22e3ea8bd023a03b4878c80556eea69c70ed', 'amz-sdk-invocation-id': b'426ffdfb-4f6e-4d02-b5b0-2da445e8cca0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:41 GMT', 'x-amzn-requestid': 'BSar79TY17Y1P72Cm2KXBJXmg7Jzlrk1vopJkhjQuBshQJ2F0IGj', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142541Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142541Z
20251014/us-east-1/s3/aws4_request
d60d9a8a38588a88a906701777f77ee24968bfed3b710388fdd3ff8509d70bbf
DEBUG    botocore.auth:auth.py:430 Signature:
71b729f1888f018c4490d3602be703fd6c74108e6769fa1bbceeb2404cf4722b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142541Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=71b729f1888f018c4490d3602be703fd6c74108e6769fa1bbceeb2404cf4722b', 'amz-sdk-invocation-id': b'88000747-db51-4274-81f0-188a6d4a4e54', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:41 GMT', 'x-amzn-requestid': 'pXaIgTd9ltgsT67wD7jY0jpR9BD9FyNvHGvTFm39JG3PMdTXP0pX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142541Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142541Z
20251014/us-east-1/s3/aws4_request
79848fdb5c84a9c97a33abb78e704da250b18d4f75e49be889ec1b9465bf77d6
DEBUG    botocore.auth:auth.py:430 Signature:
343c8c341bb53c5ad0fe282c6ee481c8dbfc47b960e3b25970a0b121aa439b0c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142541Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=343c8c341bb53c5ad0fe282c6ee481c8dbfc47b960e3b25970a0b121aa439b0c', 'amz-sdk-invocation-id': b'caf95166-9195-4fbd-beba-10576cf2c3d1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:41 GMT', 'x-amzn-requestid': '7C8LVTfs3UPrvllflYpSJjvqJxCMH6wcDuKMMZECPwU3UVaSwsi2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 957316a4-3e1c-4749-942b-8fbb0be6d550, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 957316a4-3e1c-4749-942b-8fbb0be6d550, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 957316a4-3e1c-4749-942b-8fbb0be6d550, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 74babac8-6e08-44a9-847e-0277ae61d42f, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 74babac8-6e08-44a9-847e-0277ae61d42f, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 74babac8-6e08-44a9-847e-0277ae61d42f, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142543Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142543Z
20251014/us-east-1/s3/aws4_request
a17da2b1d7145886b60db2560731040c45a1d9a6df841eab398742462d413618
DEBUG    botocore.auth:auth.py:430 Signature:
639e59a53939d220785190898aca5d37bdffda4d1f6f6f5f8ae325c025fe89d1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142543Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=639e59a53939d220785190898aca5d37bdffda4d1f6f6f5f8ae325c025fe89d1', 'amz-sdk-invocation-id': b'ffe410f2-b175-4759-91cc-1f8c323e020f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:43 GMT', 'x-amzn-requestid': 'WvCe0uHFkoJrqjY6hnSlkMa4yhPif6vnhT9xU9FfhGzJaOoo7QCP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142543Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142543Z
20251014/us-east-1/s3/aws4_request
e996def6ba82432602b105009acfba59633e04122970e80281edbb070383e26f
DEBUG    botocore.auth:auth.py:430 Signature:
f449c1611505a29430a8ce0d2efcefe8ffa290be52969379292c810ac98a443f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142543Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f449c1611505a29430a8ce0d2efcefe8ffa290be52969379292c810ac98a443f', 'amz-sdk-invocation-id': b'3ec4f964-42b9-40b9-a98c-e7da3067e5f6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:43 GMT', 'x-amzn-requestid': 'LuNGdEMxK2JLHd0M7LkeSRkkl4TU5tC6Xp1gh7XU6KeGv8P32KVO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142543Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142543Z
20251014/us-east-1/s3/aws4_request
6d7fe4633b1417b562f273d3eeb91f8d3f99dd41e3bd574232b0af7aa6f7daa4
DEBUG    botocore.auth:auth.py:430 Signature:
ea852069f6a803da40f900de07cf7e53ceaaea72ec9f31d6fcbe4ab2c0792c74
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142543Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea852069f6a803da40f900de07cf7e53ceaaea72ec9f31d6fcbe4ab2c0792c74', 'amz-sdk-invocation-id': b'ba67d067-76dc-4275-a957-be1da913d0d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:43 GMT', 'x-amzn-requestid': 'qtLYWR2xVTaOBhgweAL5u4NEzekXG8eo4uxiishPGb4O6EBuUSPu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 21a10a02-c7c3-4c53-a678-93caf1d34198, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 21a10a02-c7c3-4c53-a678-93caf1d34198, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 21a10a02-c7c3-4c53-a678-93caf1d34198, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 52405bf5-6d80-46ae-a206-9414a2fc14d1, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 52405bf5-6d80-46ae-a206-9414a2fc14d1, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 52405bf5-6d80-46ae-a206-9414a2fc14d1, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142544Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142544Z
20251014/us-east-1/s3/aws4_request
0433deb7bdd0471cf467068d796681f4461c95d037e193227bcc7f23f52c3e61
DEBUG    botocore.auth:auth.py:430 Signature:
174acb0cfbe156a0a38ff73c7d2a17fc7925bb14ec4748cc36c33cad53f9e253
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142544Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=174acb0cfbe156a0a38ff73c7d2a17fc7925bb14ec4748cc36c33cad53f9e253', 'amz-sdk-invocation-id': b'8cbb2fb0-cc62-4f5d-8e25-d237b9e35c78', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:44 GMT', 'x-amzn-requestid': '3Zc6ru73h6gw0QxFZwiUMMVV1o9nfuCZjILqsdSPj8reb79Tj04J', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142544Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142544Z
20251014/us-east-1/s3/aws4_request
f833418c619f63078b498833af484d423bce7519b79aec8b275f4eb818450ec4
DEBUG    botocore.auth:auth.py:430 Signature:
7575c3a0d39967722e4f76b51412a7d4edc58609990e819d9d8227c11d6b3368
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142544Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7575c3a0d39967722e4f76b51412a7d4edc58609990e819d9d8227c11d6b3368', 'amz-sdk-invocation-id': b'f3502912-ed69-4ce8-9a31-381a2d8a17b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:44 GMT', 'x-amzn-requestid': 'rORnsVxv4fFNDY6c877ZBzNlKtQc734t4nrPUoKhFzJRQwk6atLC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142544Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142544Z
20251014/us-east-1/s3/aws4_request
b49ef7ace158e1487ac4b207b1a6386c224d347d3137c9ff87d92486e191693c
DEBUG    botocore.auth:auth.py:430 Signature:
745edde5805920ffaa56228cdbf101674a5a8bbf93ec751c3e6f247da97722bb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142544Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=745edde5805920ffaa56228cdbf101674a5a8bbf93ec751c3e6f247da97722bb', 'amz-sdk-invocation-id': b'83fe779a-27cd-490b-a9bd-035e0ba70d85', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:44 GMT', 'x-amzn-requestid': 'pe7oB7EpLcGeKIKXiDinzh1iZ7hZXXl8AwDkIBhkZXw2qKVWdXrz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 04e2e54e-30a4-496d-aca9-af57c6ef0906, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 04e2e54e-30a4-496d-aca9-af57c6ef0906, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 04e2e54e-30a4-496d-aca9-af57c6ef0906, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 29be721a-1f32-420c-bd4a-43c7146d79f0, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 29be721a-1f32-420c-bd4a-43c7146d79f0, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 29be721a-1f32-420c-bd4a-43c7146d79f0, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142546Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142546Z
20251014/us-east-1/s3/aws4_request
ed766fa977ed13d873a277e3e4c155e063d90c25e1db14b9714615dbe61141b1
DEBUG    botocore.auth:auth.py:430 Signature:
c99b88f52ebfe4f8f6b6aa6d9672bbd65846627b12b5dd13d01753b24aabcd5c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142546Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c99b88f52ebfe4f8f6b6aa6d9672bbd65846627b12b5dd13d01753b24aabcd5c', 'amz-sdk-invocation-id': b'b92e2336-7396-4a55-9929-6ee6bf58418c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:46 GMT', 'x-amzn-requestid': 'vWSXtcCkagzjLXFCSeWX08874bYnPIg9kU2OVZnL2R5WKhM4MHnF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142546Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142546Z
20251014/us-east-1/s3/aws4_request
6ec98c3d2127c90298beabb425db970791b90872d23f00660ae0948b035f33cf
DEBUG    botocore.auth:auth.py:430 Signature:
b66d2b17022a93b63503d04ae8d5f357f1e92d23bbf8fb2728cf92494e0bb233
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142546Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b66d2b17022a93b63503d04ae8d5f357f1e92d23bbf8fb2728cf92494e0bb233', 'amz-sdk-invocation-id': b'24416532-924d-41d0-a747-7e6915a15544', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:46 GMT', 'x-amzn-requestid': '7hMDwJrHpTQx8UrnhwxKxk9nxbzpQITuN3oKYCBQEJbVlc6BC71G', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142546Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142546Z
20251014/us-east-1/s3/aws4_request
01b2a80894507c00442157e2abcbd5a7566fcad275678aa7ecc2b0e8e1e8cfd0
DEBUG    botocore.auth:auth.py:430 Signature:
9bdd56ed4170da274fae84351c75d135e64981b44f051fda7c0305755c912ecc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142546Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9bdd56ed4170da274fae84351c75d135e64981b44f051fda7c0305755c912ecc', 'amz-sdk-invocation-id': b'618a03de-cb62-4372-9a00-4656b17936ad', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:46 GMT', 'x-amzn-requestid': 'Ro4kNWI46Rzoidy2QZrWqVnLGVJBYbH7uyq91ENoxQYqmwfRMfGy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dc3769bf-60e6-4fb4-8124-b79af968a91e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dc3769bf-60e6-4fb4-8124-b79af968a91e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dc3769bf-60e6-4fb4-8124-b79af968a91e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 03771807-38c2-4d7b-9eca-6bf8b5d6fcff, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 03771807-38c2-4d7b-9eca-6bf8b5d6fcff, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 03771807-38c2-4d7b-9eca-6bf8b5d6fcff, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142548Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142548Z
20251014/us-east-1/s3/aws4_request
1decad3bea5f80f83c58ca581d69b59f79dfeec6f9172a701b131d81e4899748
DEBUG    botocore.auth:auth.py:430 Signature:
8122caae658f10ec57590409a953fc73b3044d817c68d52a0a84a518aef92fb8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142548Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8122caae658f10ec57590409a953fc73b3044d817c68d52a0a84a518aef92fb8', 'amz-sdk-invocation-id': b'e5672491-2be8-492c-b972-98a1ae5df039', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:48 GMT', 'x-amzn-requestid': 'q0McP6m1Mddp7klYJTNzeOARqI5FXSwfgVJB0lClrjEeOBqJqgwJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142548Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142548Z
20251014/us-east-1/s3/aws4_request
bbb6a14f67f5a3f3b9f9e5a77bacd2f5f81141e838c2e40f9d1a095c0d8954f7
DEBUG    botocore.auth:auth.py:430 Signature:
201d07d267bacc91ad27d25dd0ab320a85699566130f70dcb9e440750bc02654
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142548Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=201d07d267bacc91ad27d25dd0ab320a85699566130f70dcb9e440750bc02654', 'amz-sdk-invocation-id': b'f8aa46ee-994e-47e0-be14-a5f87643552d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:48 GMT', 'x-amzn-requestid': 'H5yvJq3QNkKCh0g23rWU2RMgwRkS3r8RKACmqlo2URCEOdxZttDZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142548Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142548Z
20251014/us-east-1/s3/aws4_request
a8341b4f085d96501802f9cdb2a93a971767bf1566a70136a6a2fb6b358c2020
DEBUG    botocore.auth:auth.py:430 Signature:
5bbfd79bf08be635e588445507511ae66767176fa09c5d3019a7164562d2e347
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142548Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5bbfd79bf08be635e588445507511ae66767176fa09c5d3019a7164562d2e347', 'amz-sdk-invocation-id': b'e7c9ef0f-f6a0-4be1-a727-9ceab1584193', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:48 GMT', 'x-amzn-requestid': 'rfGBB1dpIEuqqOBRZNssGR98h6XLUcMIL1LK5z7KI6TIyPH2SGpF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e21844b9-4b56-4098-a5ae-ac0bf91faa6c, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e21844b9-4b56-4098-a5ae-ac0bf91faa6c, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e21844b9-4b56-4098-a5ae-ac0bf91faa6c, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dbd92be1-2c93-4175-a14b-0f4960d5d1d6, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dbd92be1-2c93-4175-a14b-0f4960d5d1d6, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, dbd92be1-2c93-4175-a14b-0f4960d5d1d6, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142550Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142550Z
20251014/us-east-1/s3/aws4_request
a714d6d06477af8b1c944807c6f1abe17c9d13972c17c3115e37f24d8aed1285
DEBUG    botocore.auth:auth.py:430 Signature:
b09a59b9621d7560dc299eab36f858b5da3ee8651c4ae5837e743480e7ef54e2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142550Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b09a59b9621d7560dc299eab36f858b5da3ee8651c4ae5837e743480e7ef54e2', 'amz-sdk-invocation-id': b'17653153-d44d-4afa-9076-f43819ac991c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:50 GMT', 'x-amzn-requestid': 'W6I9g3SUcYEt0khiwCAHDbBRqy4W2CTlYkdppLZRBuY3mH7yQ7Zu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142550Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142550Z
20251014/us-east-1/s3/aws4_request
dfb447a2cb30fbc2585695ffc9b21a99feb6ac20e4444b9717e3ed988096e80f
DEBUG    botocore.auth:auth.py:430 Signature:
2bafa3201d1fca3dd483b5cd00ebb527dc48998235b35eb5d92d4f49715536f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142550Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2bafa3201d1fca3dd483b5cd00ebb527dc48998235b35eb5d92d4f49715536f0', 'amz-sdk-invocation-id': b'b12f0ecb-a199-44ed-afa6-7722aa515eef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:50 GMT', 'x-amzn-requestid': 'z51wNW6OffjrAsJQMNNsYkF1VXZ4Ssm7DTSWpMG6tDLvSfzpui3Q', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142550Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142550Z
20251014/us-east-1/s3/aws4_request
9a59ad1c54d80c81805f01d1188b59bb8d414499bbfb87a96cee69c96d9de7a9
DEBUG    botocore.auth:auth.py:430 Signature:
2c3be39fa75d8ac4fe9d8cc6216d0f5c8d7765bc1e0754e2c5268805cf2e9efb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142550Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c3be39fa75d8ac4fe9d8cc6216d0f5c8d7765bc1e0754e2c5268805cf2e9efb', 'amz-sdk-invocation-id': b'f9a1953c-db3a-4976-bf93-52668b336af3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:50 GMT', 'x-amzn-requestid': 'fUBctldkZjuWYtVB8cKPPCLl6tnhQZq5AhWlZN757fmD4OQFJh3f', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6f137b3c-72a9-44e6-b984-d254bc694ba5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6f137b3c-72a9-44e6-b984-d254bc694ba5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6f137b3c-72a9-44e6-b984-d254bc694ba5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1d96f97a-ab42-4807-8892-9fc5dc889534, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1d96f97a-ab42-4807-8892-9fc5dc889534, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1d96f97a-ab42-4807-8892-9fc5dc889534, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142551Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142551Z
20251014/us-east-1/s3/aws4_request
33876f8440a0bab42b91c73e4d9155244c10a3d1dae27865e9a25db3b9f4729f
DEBUG    botocore.auth:auth.py:430 Signature:
aa7abd06d2fe08317b9f3f476a29fbe52351740c89c21358a143d0e20dff09ff
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142551Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa7abd06d2fe08317b9f3f476a29fbe52351740c89c21358a143d0e20dff09ff', 'amz-sdk-invocation-id': b'2ab8d823-8d8f-4075-bca6-b8f165f959d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:51 GMT', 'x-amzn-requestid': '6KZ84QGibB1yBoVtmtuF8f6EXqXaWYqMiAE9VNqN93BDz8Ik7Dtt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142551Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142551Z
20251014/us-east-1/s3/aws4_request
ca845d9d90da6e4ca9f5a905d3e1396d4ce549a8aaf2800459a40bcdb8522c04
DEBUG    botocore.auth:auth.py:430 Signature:
aa26be0862ae319009bf9f02d730054001de7f56d2b9e8ee3c5663488da808ad
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142551Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa26be0862ae319009bf9f02d730054001de7f56d2b9e8ee3c5663488da808ad', 'amz-sdk-invocation-id': b'b24d5e6b-ada9-4972-81b3-16ea9df6837b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:51 GMT', 'x-amzn-requestid': 'v9pYOfdU25TrDX3ecvxUPYOBYEzDCKJGHdlTmFy1hXhS0JDDXcP8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142551Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142551Z
20251014/us-east-1/s3/aws4_request
e0574b235e00dbc7fef5f68bf64035ae5abe86db55756cc6bb7a054ff2743ffc
DEBUG    botocore.auth:auth.py:430 Signature:
ebee52a0f50f01ee0434fa80df0d067c200db632f999ea17d5a3454e64eab9e0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142551Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ebee52a0f50f01ee0434fa80df0d067c200db632f999ea17d5a3454e64eab9e0', 'amz-sdk-invocation-id': b'd600df71-9d08-4e52-9f4c-471567b85a1d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:51 GMT', 'x-amzn-requestid': 'fKMzpYEAqvs1Fk5hmtuvOnFHxJXqGrQQKPKaeL8fyHikJrHplerh', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 65351280-986b-4a29-b26f-b4ae222e9ecc, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 65351280-986b-4a29-b26f-b4ae222e9ecc, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 65351280-986b-4a29-b26f-b4ae222e9ecc, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e1e0b1dd-ff55-4a03-8aac-6175a46d1537, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e1e0b1dd-ff55-4a03-8aac-6175a46d1537, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, e1e0b1dd-ff55-4a03-8aac-6175a46d1537, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142553Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142553Z
20251014/us-east-1/s3/aws4_request
2a31b14d5c1199c859f1b1ebbf9d454bdc612b494f1aa6f2241a0977ec771056
DEBUG    botocore.auth:auth.py:430 Signature:
f08c08c5921b76614133c451f685d4708a5fcf3c70a4dade0b9b1d53dced6daf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142553Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f08c08c5921b76614133c451f685d4708a5fcf3c70a4dade0b9b1d53dced6daf', 'amz-sdk-invocation-id': b'd09691b3-012e-4409-8131-772c11e58e05', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:53 GMT', 'x-amzn-requestid': 'aOBrFV1qADTH8HnEhHZTnYnqlMtwhQFKkmRnOp2tAikMSG0Ngkwy', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142553Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142553Z
20251014/us-east-1/s3/aws4_request
d21174c565e5dd0331c43db46d007ce792ec8231ec425a12d07ebebea1504a40
DEBUG    botocore.auth:auth.py:430 Signature:
56e35fd486f46c0b48a0e091137685140b41766b1502599993175c90742efbf2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142553Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=56e35fd486f46c0b48a0e091137685140b41766b1502599993175c90742efbf2', 'amz-sdk-invocation-id': b'304a2720-f68d-4001-a1f7-d6ca36139845', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:53 GMT', 'x-amzn-requestid': 'V7VR2QD3PdqzfSQK7E7etwJtG2mQLVbddzV4GcdHXKBzsLcFDxKu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142553Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142553Z
20251014/us-east-1/s3/aws4_request
107aad1c14a8a7b03f5d58ddeddc3727ed70f29517575377901bb06072e1d96d
DEBUG    botocore.auth:auth.py:430 Signature:
02df69ea5b77b3a7a39283c71317d1bd2c5d637102dbbfa9ee64752d88103c73
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142553Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=02df69ea5b77b3a7a39283c71317d1bd2c5d637102dbbfa9ee64752d88103c73', 'amz-sdk-invocation-id': b'572f8b95-7cd1-49b0-bf31-60431b538be6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:53 GMT', 'x-amzn-requestid': 'haloRc7Bumz0EGyCiCUoYlId9AXeCXIbueBoFLN0dX6Z0VkOv1py', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b899e6a5-169b-4985-9fe6-ed26090eddf8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b899e6a5-169b-4985-9fe6-ed26090eddf8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, b899e6a5-169b-4985-9fe6-ed26090eddf8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1578beb7-d985-4d08-8853-0cd883149f5a, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1578beb7-d985-4d08-8853-0cd883149f5a, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 1578beb7-d985-4d08-8853-0cd883149f5a, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142555Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142555Z
20251014/us-east-1/s3/aws4_request
9c1f5607669919b25551393c62d2c0f26d074cc56518505bb62eb28b0d91cfdc
DEBUG    botocore.auth:auth.py:430 Signature:
14a5f613d33c2feffbb22ab77b444e7bf3b43d6de838b1753a9d899ee119a400
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142555Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=14a5f613d33c2feffbb22ab77b444e7bf3b43d6de838b1753a9d899ee119a400', 'amz-sdk-invocation-id': b'650c2f44-5e69-4a2e-9ae9-ef4df12dd106', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:55 GMT', 'x-amzn-requestid': 'Bs2yX3SkD5ghTNEpZsDOJEga7a03Cu0EOnN7eXFVASLZ76ke1kYb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142555Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142555Z
20251014/us-east-1/s3/aws4_request
be75a1d238dd2ad5e52691dafa2cf59a4669e8b5ed12838bf79e3be100cf68ae
DEBUG    botocore.auth:auth.py:430 Signature:
dfe4451c8e4a41eaf3ccef6933c61284ca104afc449c8623cef3d1a249596b1e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142555Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dfe4451c8e4a41eaf3ccef6933c61284ca104afc449c8623cef3d1a249596b1e', 'amz-sdk-invocation-id': b'ef81f509-a3f6-495f-afb0-5000f333506f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:55 GMT', 'x-amzn-requestid': 'icKVhUvXpMI8zmYnCSVpPEIEQuK73yEZEMCCKoszwi7Gio0yxdM5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142555Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142555Z
20251014/us-east-1/s3/aws4_request
778366f5dd0ed9e4421045eceabc28118b20a724bf0ffb580999031218f3d1b7
DEBUG    botocore.auth:auth.py:430 Signature:
80562fccc5d6012553bcbfb847feeb76e48cbfa08fdc0d4c65a46a77b5ae0804
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142555Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=80562fccc5d6012553bcbfb847feeb76e48cbfa08fdc0d4c65a46a77b5ae0804', 'amz-sdk-invocation-id': b'f592518a-9129-4f23-98e2-8fd13af62b30', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:55 GMT', 'x-amzn-requestid': 'hKqVPjH2NdlwZKRzyfH2xV7Cp0XlJWoXi7tAWxRo69gaWtFzkuYs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6961d679-d4f7-4ad6-b838-d98a36f30ee8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6961d679-d4f7-4ad6-b838-d98a36f30ee8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 6961d679-d4f7-4ad6-b838-d98a36f30ee8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 58cb15a5-4a44-4c7c-9ad0-1bea66f473a8, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 58cb15a5-4a44-4c7c-9ad0-1bea66f473a8, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 58cb15a5-4a44-4c7c-9ad0-1bea66f473a8, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142557Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142557Z
20251014/us-east-1/s3/aws4_request
6cd1e9be4c810b8697873e4ff4a22b3245e313f80f5568ce25798153aafd6d52
DEBUG    botocore.auth:auth.py:430 Signature:
d3417712a4a82e79caafbe3c8cc7b0e76efecb5b13d12fab9c5aab8f1d5a9324
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142557Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d3417712a4a82e79caafbe3c8cc7b0e76efecb5b13d12fab9c5aab8f1d5a9324', 'amz-sdk-invocation-id': b'a85f6b7e-eb0c-41ec-b1a4-f07ea75f8c17', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:57 GMT', 'x-amzn-requestid': '6VFWUNnddBtV37nvvRfeNim7T6VsxsKN9xPPBzn3SSEmCaiLTh7i', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142557Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142557Z
20251014/us-east-1/s3/aws4_request
0e26dac9783c1ca31f6f043d2b500f9ee3972008e1bfd39ce3b38855507a1d9c
DEBUG    botocore.auth:auth.py:430 Signature:
b5e21dc5d1a9266a2689cd8c268c80152f6a748d59db891b66c85cf49f89d161
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142557Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5e21dc5d1a9266a2689cd8c268c80152f6a748d59db891b66c85cf49f89d161', 'amz-sdk-invocation-id': b'679cc41a-43df-4fd2-bb13-3bcd42cfbcb9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:57 GMT', 'x-amzn-requestid': '74FBVyF8W46edAuodXIItcJ5M90ueSCavtdoY9J88D0drKF2Vsy9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142557Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142557Z
20251014/us-east-1/s3/aws4_request
a97789a93361336f379f835775c3a8ebd711ed8abc9f9c25e7a2492c2f3b3414
DEBUG    botocore.auth:auth.py:430 Signature:
24b4aa00a36cf3db585876f04e5d4e264cb21d5435dc6efb47e2ec2dfd32ce1a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142557Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=24b4aa00a36cf3db585876f04e5d4e264cb21d5435dc6efb47e2ec2dfd32ce1a', 'amz-sdk-invocation-id': b'8c095280-1b4c-4859-b8c1-71b17b85655d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:57 GMT', 'x-amzn-requestid': 'ulG2TxeKkFyMK1zkntgVPoTxkdUj6VgDRohxmVKEBGbj09CVLlRD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ce9eb835-3824-4b80-af32-273c9cf98c14, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ce9eb835-3824-4b80-af32-273c9cf98c14, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, ce9eb835-3824-4b80-af32-273c9cf98c14, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8eac8dce-5e52-4250-8fcf-822a829c7fa5, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8eac8dce-5e52-4250-8fcf-822a829c7fa5, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 8eac8dce-5e52-4250-8fcf-822a829c7fa5, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142558Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142558Z
20251014/us-east-1/s3/aws4_request
b08cef26ff9b5868ec14aff276b2c6c4c7980ca10e623ea918d0a2e1a5fe60f4
DEBUG    botocore.auth:auth.py:430 Signature:
9bf7732d139b282b9d4d5151869ca4c3cb81d7f1f112eacb73b4c6355cc6eb94
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142558Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9bf7732d139b282b9d4d5151869ca4c3cb81d7f1f112eacb73b4c6355cc6eb94', 'amz-sdk-invocation-id': b'8876e8ef-4bdd-408b-b69a-f67618b4532a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:25:58 GMT', 'x-amzn-requestid': 'TForWl2dy0tN3NyI5MXqG8Q4HB1ea4VxsosUYVCV6HHmJwWHfLak', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142558Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142558Z
20251014/us-east-1/s3/aws4_request
1734fb56bc4642d222721f3726be437458bf7443708bd4ae3c33df2364747e70
DEBUG    botocore.auth:auth.py:430 Signature:
dd4d222034a8214b8e2deb19aa7336fcc5acb6ed6a71fcdaa7467eb66f60f746
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142558Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dd4d222034a8214b8e2deb19aa7336fcc5acb6ed6a71fcdaa7467eb66f60f746', 'amz-sdk-invocation-id': b'db582adc-9440-43d0-be9f-fc091cc9f74e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:25:58 GMT', 'x-amzn-requestid': 'jVPSFAffa55GFGUFfuu6gbAofdRF5PBxxBlX4CLUBnLqQOXYOMml', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142558Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142558Z
20251014/us-east-1/s3/aws4_request
82d9394bbbde5e641f93c420847cb48b12455a394cb5367e6e79304a2e25dc06
DEBUG    botocore.auth:auth.py:430 Signature:
63067edec0b6e8395391a2d825ba8186b3bd02ec1fd879cd23eb4bf2fdd69243
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142558Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=63067edec0b6e8395391a2d825ba8186b3bd02ec1fd879cd23eb4bf2fdd69243', 'amz-sdk-invocation-id': b'b786d0ca-f76e-4fb9-bac0-5bd391ee9ac4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:25:58 GMT', 'x-amzn-requestid': 'fU145oFdrUKu9na2nUQZMNPBymd521gIuz2vN6lWlPcu7tA9jxQB', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c1f6c2fa-940a-49d7-b187-bef76140901e, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c1f6c2fa-940a-49d7-b187-bef76140901e, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, c1f6c2fa-940a-49d7-b187-bef76140901e, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17a3e561-6813-4a08-92d6-eac9d731d6dc, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17a3e561-6813-4a08-92d6-eac9d731d6dc, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 17a3e561-6813-4a08-92d6-eac9d731d6dc, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}, '__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'cold_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/cold_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/cold_uc/', 'url': 'http://localhost:26484/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'cold_uc', 'params': {'Bucket': 'cold_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/cold_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142600Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142600Z
20251014/us-east-1/s3/aws4_request
5aa9d6fdec9767034f5342b98734e123de9c945b9416bb839486da2012ff7814
DEBUG    botocore.auth:auth.py:430 Signature:
3bcf74513c06d5dd9566c5e516363ad106b2734666dec5e58955858d6a61124a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/cold_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142600Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3bcf74513c06d5dd9566c5e516363ad106b2734666dec5e58955858d6a61124a', 'amz-sdk-invocation-id': b'6f6dbfe7-bb51-47ab-bedb-736dd98a8e91', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /cold_uc?encoding-type=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, 14 Oct 2025 14:26:00 GMT', 'x-amzn-requestid': 'EXT0CxsnSfbkz9a14A0BaUVOjnHPHFwWexkjebZz9y5Ihqv5ltbH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '230', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>cold_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'medium'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/medium
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/medium/', 'url': 'http://localhost:26484/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'medium', 'params': {'Bucket': 'medium', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/medium
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142600Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142600Z
20251014/us-east-1/s3/aws4_request
368435f45da733b5f842ef709ed09e7b70c8833f70cbc15af0c5fdb4d9787c9b
DEBUG    botocore.auth:auth.py:430 Signature:
d05010a8274984492d0413a85d80ed6c081b798b76755fa1924bb51cbfcd173c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/medium?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142600Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d05010a8274984492d0413a85d80ed6c081b798b76755fa1924bb51cbfcd173c', 'amz-sdk-invocation-id': b'b03fdcf3-09c8-425b-afa5-b1a53331c85a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /medium?encoding-type=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, 14 Oct 2025 14:26:00 GMT', 'x-amzn-requestid': 'TCqKy5dC2vwovit6HC1zwrP6NKwBOANbcuHI1gR3TLMjXcZe4SMQ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '229', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>medium</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e00149c1b0>
DEBUG    boto3.resources.collection:collection.py:148 Calling paginated s3:list_objects with {'Bucket': 'frozen_uc'}
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function set_list_objects_encoding_type_url at 0x50e00057fad0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0005ffc10>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0007011d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0005ff970>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e000701470>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen_uc', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:26484', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:26484/frozen_uc
DEBUG    botocore.regions:regions.py:660 Selecting from endpoint provider's list of auth schemes: "sigv4". User selected auth scheme is: "None"
DEBUG    botocore.regions:regions.py:733 Selected auth type "v4" as "v4" with signing context params: {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_expect_header at 0x50e0005bf1d0>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0005ff430>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e000700f30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource'}, 'body': b'', 'auth_path': '/frozen_uc/', 'url': 'http://localhost:26484/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000d1b430>, 'has_streaming_input': False, 'auth_type': 'v4', 'encoding_type_auto_set': True, 's3_redirect': {'redirected': False, 'bucket': 'frozen_uc', 'params': {'Bucket': 'frozen_uc', 'EncodingType': 'url'}}, 'signing': {'region': 'us-east-1', 'signing_name': 's3', 'disableDoubleEncoding': True}}}
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x504000d1b4f0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003138ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0005ff7b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e000701390>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
GET
/frozen_uc
encoding-type=url
host:localhost:26484
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251014T142600Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251014T142600Z
20251014/us-east-1/s3/aws4_request
301e726602bf9b2a2f46f08b56d5b76d75a20485859b5521e4a1b1f97551f95e
DEBUG    botocore.auth:auth.py:430 Signature:
ce5f76bfa019119e7fa56b0994b2573c38e51a0cb2b6c256b5c84e90a6fe63ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0007010f0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:26484/frozen_uc?encoding-type=url, headers={'User-Agent': b'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/arch#x86_64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.31.80 Resource', 'X-Amz-Date': b'20251014T142600Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251014/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ce5f76bfa019119e7fa56b0994b2573c38e51a0cb2b6c256b5c84e90a6fe63ab', 'amz-sdk-invocation-id': b'e34223b9-695d-4295-a80a-76bf0f89403a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:26484 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 62792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 14 Oct 2025 14:26:00 GMT', 'x-amzn-requestid': 'ST6B9zIIhnjobKsCqR80rhakyP27IvsOiLrQeUVOq92scowwiO1E', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '62792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers:parsers.py:241 Response body:
b'<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>frozen_uc</Name><MaxKeys>1000</MaxKeys><EncodingType>url</EncodingType><IsTruncated>false</IsTruncated><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;461a8c9ab0695beaa14d7060ae17acd0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c936c64d5c6956fa68973d23f714deca&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9bb8290511e025c5cd9ec89937630e8f&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037888%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;96a44cbfafdbb33208ce3015cff0eced&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3d605a098092476cbda35231ea172e66&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8571a19109ad026b07089ed03d8a3d28&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037889%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76f880f823fd4f63a3f95590282bba1f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3f6adefa8da698a8162cb112e07bee42&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c42078b06c693dfec64f934ca5262ca&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c705bb090f620487e08855c2e7378e98&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;c64a98addbd5ee996f85996f40da8599&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;c61f43b9a1c82705898826ce2fbc9aec&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;73430d95251566ee96f3132bc2ed006a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6e1f129c24165f1d75a6861286be74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;961e8c0a592f96c728b85865855c20fc&#34;</ETag><Size>1304</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;999ece3d869acfc293784fe96de1bb6a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;53537b42843258eaa2a884554410b4b8&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A3%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0a84ea152f66d495c5eacf54fbac355e&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ad38c0ae66729e8c8d369139bf25277c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;63ddd1485d0f8b417ba2e216a50b9836&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A6%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d9ae11f135ebb8d6ee9ddcc190979d7e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e7d56fe6f21c999a747714ce458cebe8&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;a91fef81b23ebf44e92831670999a3bc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b488658ebc32e6f088250e05864d5ccf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4ed2a2b52f11687acf4be7304ce7b619&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;42f1e216a53ab246f89607d2db909909&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f54aa7b39f12491fcec8bb2d26e3ceba&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;4c7b3eac60795f1073c07815ef6e82ab&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9580bbaea48ab88aa24c5d4c6f729255&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8c99af6266b17fe80edae16e37eaec81&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d1984740186fa09c75ba8bc3071d46ad&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A4%3A2296%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cde8227d96e21fc7502f7873edee5c16&#34;</ETag><Size>2296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b518eac822fd5fea99a378a4928198a7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A1%3A1296%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;263d3198e5b56564d91faa5122034932&#34;</ETag><Size>1296</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f045a17af86011805042abe067400c5d&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;695d7d6ed84a7d15666b2a1662863353&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0b2e0402a2dc76b5ff292f70b780fc40&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037899%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2ced48859440d10162c089d769476b06&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e9c08fe662df6fda8d5d091685f35c12&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e906bf0045d97fad319866af598ed955&#34;</ETag><Size>1216</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;ac5a1af33a2cd58059cf78f4de6914f3&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e947a4ef505418b73dc8c131fce86736&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;908183deb9d2acf57b33180e3bf0f239&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;f74c5c88115c24ffa362d45724f6d4c3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;973ac6f1e13ab9f01be0b4f2270619ba&#34;</ETag><Size>1040</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;9cba0a1a6c8128ce0a1bd3d977e9f09f&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;e997fd0a7d0c9a0262ae588c507dda21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A2616%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;7d8bfbdd052fe653dc4200c9a220fd0e&#34;</ETag><Size>2616</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d6689a9278d2d83ef8971b219858f0c3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9132e5e3278ba89bcabfb274c104da7f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1039db2e6fbada79f3f51f4bc98ea520&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da92407c154da843bea0b7ce6ec50ca&#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-10-14T14:20:49.000Z</LastModified><ETag>&#34;05e5b28f3188903c44378fe48c2f7d86&#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-10-14T14:21:47.000Z</LastModified><ETag>&#34;efb6f82d271f2c3f653bdc40cf508dae&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-10-14T14:21:47.000Z</LastModified><ETag>&#34;140e9868ee432a940d6de00c6dcf693d&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1240%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7a6e3b9d65f09710426f144658374379&#34;</ETag><Size>1240</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;42b2b75379b6f15b0648c180b80a6070&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;28e3be52f95451ef54e2d121a96d46b3&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A2688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;76afe54c27d77b699ce12a8c9e4a508c&#34;</ETag><Size>2688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1312%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f6666fb5c65f114ff9cefa8ced73d72&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;21185272893e76ece631a663ef851f81&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A1%3A1952%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;bc9b9dad1a4110683736c0ea44b6a8c0&#34;</ETag><Size>1952</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037909%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0347d91cefb8929a318bb5757c5d72ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;c5650abfdc961a6ff4db12fea78eb8a5&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037911%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fd3a4f93e3e8f27dda8dfdd3fa4a94f8&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9d955dceb1d472bb23a39963716a27ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037912%3A1%3A2%3A255%3A1%3A1968%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6e780139e216c5c09cf3796c929662e2&#34;</ETag><Size>1968</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;b8a0a9da87338dc84141ad6d0a0d7b47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;bf9ee46eff083842e897039aa49c6d32&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;1022aa8270d10ba81841c871b93e6d47&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;f063001bdcf19aa0d6116d5819bc79e7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;e3583b280f3d648d9802356632c1e924&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8056a22b379496e74a30f104fe4cec72&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ba39c7ccf566e0b9c45744cd0ccb45e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A2%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;d8bfd6c72e66a293d9542c266b115ed3&#34;</ETag><Size>1104</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;2bec9d4cb2e393520a3279c7f86691e5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;339763788251531a0bc6f9172b04207b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;08e5473242a6c1c82293f3e0248f2ab3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;629a220350d3dbf3c06ca59fafd730a6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A2%3A1632%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;75688d71b44994cb024659faff123c36&#34;</ETag><Size>1632</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;3da309bbb8cd397d6a3ecc36014383e9&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;65b8a657dc03015a1add6c1c552b3618&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A2%3A255%3A1%3A2136%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0269aa99e16a292349fa72e88e5ffca3&#34;</ETag><Size>2136</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;06f09a1ede5de428585ddc176b5e94d3&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;91ba9b97782f85cc90a7c3d181f6f7ae&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e859d9ddfb5237c5904a875ce5e24fbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;69921cc554ef2f231503dd4c28248e60&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;70e373d038eaf6271e6cd3f659f17016&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a58d64d28e9bd47081abee31c5cb1775&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A1%3A1592%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0f1317907cde3aa2555506b558907ceb&#34;</ETag><Size>1592</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;47127196b3b527035561a38536433467&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A3%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ce28401660591a054ea718be53b5edd6&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;123d7cd78311cc73402bedc517e4feeb&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1832%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a371aea8317e011eff0230f8ce308da2&#34;</ETag><Size>1832</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A1%3A255%3A1%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f4f5dbf35a4465a34be390eb174d77e5&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037924%3A1%3A2%3A255%3A1%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;8ad549ef2cdb3e229ccc7c7be1d3f920&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;89a7101dd5e95ea0531944cd286976ea&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A2%3A1144%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;0f9074d57d3e1f7271ad2206d2a22c2b&#34;</ETag><Size>1144</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dd7f649178750d7dc4e61a1a37134bbc&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037926%3A1%3A1%3A255%3A1%3A1304%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;823795942d8ea2f864493b3868e5c30e&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;f6c54af8b629023dccae9af965810f5e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;0dd65b1e51c5e59182b509f4248ae343&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A2%3A1464%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;540696ce13cd19f0d66d30ab9c5eaed9&#34;</ETag><Size>1464</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;bff10230c3bed4f6cac8f8032462ebfe&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;158ea7013fadac81edfb71cbd167c32b&#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-10-14T14:20:48.000Z</LastModified><ETag>&#34;fed3c135b59e07e194c62479c38de0ab&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;62a0819ccf185ba17ca4eb658f322558&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1736%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;6ebde7033e7b1b1805cf839e6ffd2c16&#34;</ETag><Size>1736</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;beec3fb872697b3e108e1039af50cff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e5c43c119fa49d1e8fdf5564a580ee21&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;7c9fa8525f84f0c1963c3ebe79181380&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ae65b3b94876f6c4aa02f591839d6664&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8e55d5d0526bf11a499e1cf71e322bbf&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6f9e5615fdd5b09566749939eabb44b7&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4baf45dddbded7d5c848ca959d8c205f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;a0404feda6e167474696d780cd67a1f5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4688033bea34a703e8dd8016744ab01d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;1d6aada799a20b635d29ce0011f2afd0&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037935%3A1%3A2%3A255%3A2%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;7f570a61b99162d205432a105f009f00&#34;</ETag><Size>1408</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;6c692d17024b4af2b1835c89d02c795f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;ef06ed23647ca14e475a0970378d7389&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;938c4defbf63ae7a23779223d3a986ac&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6d1d159736d77322b10a6906646a4d68&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;6eb428f3715b730c79945b450a06d557&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1728%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;218926a40f93171ca6f482b70aad4e98&#34;</ETag><Size>1728</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1352%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a4d8bc7d9a0e1e64a8c93578ca01ca45&#34;</ETag><Size>1352</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1552%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;b637c2c32a5badb71b71e1f7a7ba650c&#34;</ETag><Size>1552</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2f160c67054239f9f8b2167d461cb926&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A2%3A1200%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;61cf66144f5493af64116e4d20e842e1&#34;</ETag><Size>1200</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;159396b087e9e0e346bee602fecfbf31&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3aa856b58b831d898da7422c8afe0e9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;18e379b69bc7fbf29558840db6fc5dc6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9e1844531fa330af08bd645e32756d60&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037938%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;c3a957236307a5b58d6abb95dd13425b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1456%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;2c231b2943be07d6ddbac563dba9b05a&#34;</ETag><Size>1456</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;3a0e15e3567c3988b061c29f3f887505&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;a0797904faacc5d712655d8e28d7b8f0&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;9a66a05da8e06baf25718d3574d2c6f0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;84f3934d178b4f5407ff9d28bf98d8c9&#34;</ETag><Size>1104</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-10-14T14:20:48.000Z</LastModified><ETag>&#34;697472bc3da1974acaa017101eae44b5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A2%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;23b2d0153ee0a1a198b87328cc01273b&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A2640%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;3b4ab33021890f03ba653aa9aeae0748&#34;</ETag><Size>2640</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;bd171552f00c3575648604785e2b75be&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;a2c6abc575536521769aab89a634519c&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;ea821a9189035103e91702192e0c7b2e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037944%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5004db151486494d55d549dfed1b5813&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;0470b38054abdbd05b50377e63d40a96&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;8e4dff61cf46bd9e9b4c0f774e94f492&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1920%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;fa2a70367b67c76573aa7d05455e16b6&#34;</ETag><Size>1920</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1504%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;5c6833f102d6af11171b330e781dbe64&#34;</ETag><Size>1504</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2e2ddeadae390771b9c07d6cff6f610a&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1408%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;eefe4066e19cc1f613c5a8093c35dd0e&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;99105af4ded424719175766400bf343a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;d365d94c4d6880702f2780c3b2406667&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4ead43cd21bf56a8aa76544129ec760f&#34;</ETag><Size>1040</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-10-14T14:20:49.000Z</LastModified><ETag>&#34;9846a0f54edbb526f8b447a8d9396312&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;e881d37372fcbcaaf4948a33d320ff52&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;47e68282a96187e1ea1dfc61dac66a52&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;1226128dc9df92a0c3d3909ac6e38e8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;4ec50225a0214e54cc5b3ef19af5151b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037949%3A1%3A1%3A255%3A2%3A1768%3A0%5D</Key><LastModified>2025-10-14T14:21:48.000Z</LastModified><ETag>&#34;f72c53562613129850ca66084c1d20e8&#34;</ETag><Size>1768</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;8cbf102d6491e30e492a629d2ff319f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;78f7d9e83acf321b4107d689bf3af720&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;9d9aebbbefe24a183abbe840f20fd87f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;cb92657fd783dc17b33f32779d6891be&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;dea3eecc1c760d897532fc7a74c1969a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;4f63def35b89c2aadb7a0ecb3bff2a6b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037950%3A1%3A1%3A255%3A7%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:49.000Z</LastModified><ETag>&#34;2a01afa24c0d7272079999676df70948&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;b4e4db3e44b06747aff139e52d587dea&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037951%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-10-14T14:20:48.000Z</LastModified><ETag>&#34;1eba8df4b4545ae81434cbcc0fc6aeb7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000cfb8b0>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000cf99f0>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e00057fbb0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0014a2c70>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4379b70d-7eb2-4eba-b167-283d6f60abe7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4379b70d-7eb2-4eba-b167-283d6f60abe7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select TierName, sum(Rows) as Rows, count(*) as Portions, sum(Activity) as Active from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_portion_stats` group by TierName" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 4379b70d-7eb2-4eba-b167-283d6f60abe7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 58b344bd-a001-4c26-b1bc-b7179250dbb7, ghrun-kdq5kompc4.auto.internal:10409): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 58b344bd-a001-4c26-b1bc-b7179250dbb7, ghrun-kdq5kompc4.auto.internal:10409): request = { session_id: "ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            select TierName, count(*) as Portions, sum(BlobSize) as BlobSize, sum(BlobCount) as BlobCount from (\n                select TabletId, PortionId, TierName, sum(BlobRangeSize) as BlobSize, count(*) as BlobCount from `/Root/test_data_unchanged_after_ttl_change/table/.sys/primary_index_stats` group by TabletId, PortionId, TierName\n            ) group by TierName\n        " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:51 RpcState(ExecuteQuery, 58b344bd-a001-4c26-b1bc-b7179250dbb7, ghrun-kdq5kompc4.auto.internal:10409): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=NTlmM2UyZmEtNTExNmY2ZDQtYTRlNzE2NDktYjNiMDhiZTU=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99331, 'Portions': 94, 'ActivePortions': 94}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 669, 'Portions': 170, 'ActivePortions': 170}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 170, 'BlobSize': 202224, 'BlobCount': 850}, '__DEFAULT': {'Portions': 94, 'BlobSize': 4382184, 'BlobCount': 470}}, cold bucket stat: (0, 0), frozen bucket stat: (170, 202224)
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
377.87s call     ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
11.09s setup    ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
0.36s 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 614.51s (0:10:14) ====================

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